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

Поисковые слова: arp 220
Python: module prd_element
 
 
prd_element (version 03/30/04)
index
prd_element.py

PURPOSE --
 Contain a list of UVM elements.
 
 
 
DEVELOPER --
K. Clark
 
MODIFICATION HISTORY --
 
o Initial implementation 6/ 6/02
o Updated 3/30/04 KWC - Changed module name to build_prd_files.

 
Modules
       
os
string

 
Classes
       
prd_element

 
class prd_element
     Methods defined here:
__cmp__(self, new_obj)
Comparison rules between two element objects.
__init__(self, element_spec)
Contains basic element definition.
__str__(self)
String defintion for this object is the full file name.
get_full_name(self)
Return the directory and file name.
get_root_name(self)
Return just the file name.

 
Data
        __version__ = '03/30/04'