Package docutils :: Package transforms :: Module peps :: Class Headers
[show private | hide private]
[frames | no frames]

Class Headers

Transform --+
            |
           Headers


Process fields in a PEP's initial RFC-2822 header.
Method Summary
  apply(self)
Override to apply the transform to the document tree.
    Inherited from Transform
  __init__(self, document, startnode)
Initial setup for in-place document transforms.

Class Variable Summary
int default_priority = 360                                                                   
str pep_cvs_url = 'http://cvs.sourceforge.net/cgi-bin/viewcv...
str pep_url = 'pep-%04d.html'
tuple rcs_keyword_substitutions = ((<_sre.SRE_Pattern object a...

Method Details

apply(self)

Override to apply the transform to the document tree.
Overrides:
docutils.transforms.Transform.apply (inherited documentation)

Class Variable Details

default_priority

Type:
int
Value:
360                                                                   

pep_cvs_url

Type:
str
Value:
'http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/python/python/nondist/\
peps/pep-%04d.txt'                                                     

pep_url

Type:
str
Value:
'pep-%04d.html'                                                        

rcs_keyword_substitutions

Type:
tuple
Value:
((<_sre.SRE_Pattern object at 0x83d7c00>, '\\1'),
 (<_sre.SRE_Pattern object at 0x83d7c90>, '\\1'))                      

Generated by Epydoc 2.0 on Tue Jul 22 05:31:29 2003 http://epydoc.sf.net