Пример #1
0
 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
 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,))