Page3_functions.py 文件源码

python
阅读 18 收藏 0 点赞 0 评论 0

项目:pyry3d_chimera_extension 作者: mdobrychlop 项目源码 文件源码
def ig_choose_output_folder(self, parent, entry):
        outpath = tkFileDialog.askdirectory(
            parent=parent, initialdir="/", title="Choose output folder")
        entry.setvalue(outpath)
        entry.configure(entry_state="disabled")
        # outpath=outpath+"/input"
        return outpath
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号