コード例 #1
0
ファイル: frame.py プロジェクト: douzujun/priithon
 def OnListDir(self, evt=None):
     from Priithon.all import Y
     Y.listFilesViewer()
コード例 #2
0
 def onDir(self, ev):
     from Priithon.all import Y
     Y.listFilesViewer(self.fn_or_fns)
     self.pyshell.addHistory("Y.listFilesViewer(r\"%s\")"%(self.fn_or_fns,))
コード例 #3
0
ファイル: frame.py プロジェクト: sebhaase/priithon
 def OnListDir(self, evt=None):
     from Priithon.all import Y
     Y.listFilesViewer()
コード例 #4
0
 def onDir(self, ev):
     from Priithon.all import Y
     Y.listFilesViewer(self.fn_or_fns)
     self.pyshell.addHistory("Y.listFilesViewer(r\"%s\")"%(self.fn_or_fns,))