Esempio n. 1
0
 def OnListDir(self, evt=None):
     from Priithon.all import Y
     Y.listFilesViewer()
Esempio n. 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,))
Esempio n. 3
0
 def OnListDir(self, evt=None):
     from Priithon.all import Y
     Y.listFilesViewer()
Esempio n. 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,))