Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/prd_fetch_elements.html
Дата изменения: Fri Apr 8 12:46:15 2016
Дата индексирования: Mon Apr 11 05:14:58 2016
Кодировка:
Python: module prd_fetch_elements
 
 
prd_fetch_elements (version 4/ 9/04)
index
prd_fetch_elements.py

PURPOSE --
Fetch a list of elements from a PRDUVM library.
This module creates two lists, one containing all the elements
fetched and the other containing the log of the PRDUVM activities.  
 
 
DEVELOPER --
k. clark
 
MODIFICATION HISTORY --
 
o Initial implementation 6/ 7/02
o Updated  8/ 1/03 KWC - Add numbering method.
o Updated 11/ 6/03 KWC - Increment line numbers by 10 instead of 1.
o Updated 12/ 3/03 KWC - Correct FD record count by /10.
o Updated 12/29/03 RSK - Added processing for collections and associated
                         tags
o Updated 03/12/04 RSK - Added method to format file without line numbers
o Updated  3/30/04 KWC - Changed module name to build_prd_files.
o Updated  4/ 9/04 KWC - Remove numbering and write methods.

 
Modules
       
rcslib

 
Classes
       
prd_fetch_elements

 
class prd_fetch_elements
     Methods defined here:
__init__(self)
Constructor.
fetch_elements(self, element_list)
Fetches the files in the element list and returns the
element data and the UVM log.

 
Data
        __version__ = ' 4/ 9/04'