Документ взят из кэша поисковой машины. Адрес оригинального документа : http://www.stsci.edu/spst/UnixTransition/doc/rcsinfo.html
Дата изменения: Fri Apr 8 12:46:15 2016
Дата индексирования: Sun Apr 10 21:30:17 2016
Кодировка:

Поисковые слова: arp 220
Python: module rcsinfo
 
 
rcsinfo
index
rcsinfo.py

RCS rlog interface module.
 
Defines the class rlog, which represents the rlog information of an rcs
element.

 
Modules
       
re
string

 
Classes
       
RCS_info

 
class RCS_info
     Methods defined here:
__del__(self)
Destructor.
__init__(self, info_list)
Constructor.
descript(self, tag)
Return the description for the element if <tag> is <> or 
returns the description of the specific revision <tag> of 
the element.
element_name(self)
Return the element name.
head(self)
Return the head revision for this element.
info(self, info_list)
Return a dictionary of info (from rlog) for NAME_REV
 
The dictionary's keys are the keywords that rlog prints
(e.g. 'head' and its values are the corresponding data
(e.g. '1.3').
 
XXX locks are not returned
parse_description(self, info_list)
Returns a description line.
parse_one_revision_entry(self, info_list)
Parse the contents of a single revision entry.
parse_revision_entries(self, info_list)
Parse the contents of all the revision entries for an element.
parse_symbolic_names(self, info_list)
Parse all the symbolic tag names.
Return the last unmatched line and a list of tags.
print_info(self, name_rev)
Print a listing of the rlog contents for element NAME_REV
state(self, tag)
Return the state for revision <tag>.
tag_to_rev(self, tag)
Return the revision id for a symbolic <tag>.

 
Data
        Month_name = ['', 'Jan', 'Feb', 'Mar', 'Apr', 'May', 'Jun', 'Jul', 'Aug', 'Sep', 'Oct', 'Nov', 'Dec']