wid_specgram.py 文件源码

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

项目:PyFusionGUI 作者: SyntaxVoid 项目源码 文件源码
def wid_showsigs(self, event):
        import os 
        args = ['python',  'examples/Boyds/wid_showsigs.py']
        args += inherited_vars()
# need to pass a string array otherwise treated as array of chars!
        args += [str('shot_number=%d' % (self.shot))]
        if pyfusion.VERBOSE>5: 
            print("args to spawn", args)
            print("")  # so we can see the output

        os.spawnvp(os.P_NOWAIT,'python', args)
        self.redraw()

#-------- End of class IntegerCtl:
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号