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

Поисковые слова: http astrokuban.info astrokuban
Python: module prd_update
 
 
prd_update (version 03/30/04)
index
prd_update.py

PURPOSE --
 Main class for taking a list of files and putting them into a
 RCS library.
 
 
 
DEVELOPER --
K. Clark
 
MODIFICATION HISTORY --
 
o Initial implementation 7/17/02
o Updated 3/30/04 KWC - Changed module name to build_prd_files.

 
Modules
       
glob
os
rcslib
shutil
tempfile

 
Classes
       
prd_update

 
class prd_update
     Methods defined here:
__init__(self)
Constructor.
build_libs(self, file_names)
Take the input files and store them into RCS libraries.
del_tmpdir(self)
Delete the temporary working directory.
get_tmpdir(self)
Get the temporary working directory location.

 
Data
        __version__ = '03/30/04'