Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/prd_dir_tree.html
Дата изменения: Fri Apr 8 12:46:15 2016
Дата индексирования: Mon Apr 11 02:09:26 2016
Кодировка:

Поисковые слова: trees
Python: module prd_dir_<b style="color:black;background-color:#ffff66">tree</b>
 
 
prd_dir_tree (version 3/30/04)
index
prd_dir_tree.py

PURPOSE --
Build a directory tree of PRD PRDUVM libraries.
 
DEVELOPER --
K. Clark
 
MODIFICATION HISTORY --
 
o Initial implementation 6/ 6/02
o Updated 8/ 4/03 KWC - Renamed prd_tree.py to prd_dir_tree.py, clean up 
                         code.
o Updated 3/30/04 KWC - Changed module name to build_prd_files.

 
Modules
       
os

 
Classes
       
prd_dir_tree

 
class prd_dir_tree
     Methods defined here:
__init__(self, root_dir_name)
Creates a list of files under the root directory.
build_tree_list(self, root_dir)
Recursively calls itself to generate a list of directory trees.
find_PRDUVM_files(self, filespec)
Returns a list of files matching the wild card search.
get_prd_name(self)
Returns the main PRD file name.
get_tree(self)
Returns a list of files in the directory tree.
print_tree(self)
Displays the files in the directory tree.

 
Data
        __version__ = ' 3/30/04'