예제 #1
0
 def listdir (self): # pragma: NO COVER
   (n, cwd) = self.path[-1]
   nl = NodeList.nodeList(cwd)
   return nl.listdir()
예제 #2
0
파일: NameTree.py 프로젝트: ydc92546169/ACS
 def listdir (self): # pragma: NO COVER
   (n, cwd) = self.path[-1]
   nl = NodeList.nodeList(cwd)
   return nl.listdir()
예제 #3
0
 def ls (self): # pragma: NO COVER
   (n, cwd) = self.path[-1]
   nl = NodeList.nodeList(cwd)
   nl.ls()
예제 #4
0
파일: NameTree.py 프로젝트: ydc92546169/ACS
 def ls (self): # pragma: NO COVER
   (n, cwd) = self.path[-1]
   nl = NodeList.nodeList(cwd)
   nl.ls()