コード例 #1
0
ファイル: NameTree.py プロジェクト: franciscobeltran/ACS
 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
ファイル: NameTree.py プロジェクト: franciscobeltran/ACS
 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()