pmfiberbiref.py 文件源码

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

项目:pm-fiber-birefringence 作者: sid5432 项目源码 文件源码
def quit(self, *args):
        # restore stdout before signaling the run thread to exit!
        # it can get stuck in trying to dump to the redirected text message area
        sys.stdout = sys.__stdout__
        sys.stderr = sys.__stderr__

        try:
            self.display.quit()
        except:
            pass

        self.root.destroy()
        print "* All done!"
        # sys.exit() # force quit!

        return

    # ----------------------------------------------------------
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号