Qucs-S S-parameter Viewer & RF Synthesis Tools
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | Static Public Attributes | List of all members
docutils.transforms.peps.Headers Class Reference
Inheritance diagram for docutils.transforms.peps.Headers:
Inheritance graph
[legend]
Collaboration diagram for docutils.transforms.peps.Headers:
Collaboration graph
[legend]

Public Member Functions

 apply (self)
 
- Public Member Functions inherited from docutils.transforms.Transform
 __init__ (self, document, startnode=None)
 

Public Attributes

 document
 
 rcs_keyword_substitutions
 
- Public Attributes inherited from docutils.transforms.Transform
 document
 
 startnode
 
 language
 

Static Public Attributes

int default_priority = 360
 
str pep_url = 'pep-%04d'
 
tuple pep_cvs_url
 
tuple rcs_keyword_substitutions
 
- Static Public Attributes inherited from docutils.transforms.Transform
 default_priority = None
 

Detailed Description

Process fields in a PEP's initial RFC-2822 header.

Member Function Documentation

◆ apply()

docutils.transforms.peps.Headers.apply (   self)
Override to apply the transform to the document tree.

Reimplemented from docutils.transforms.Transform.

Member Data Documentation

◆ pep_cvs_url

tuple docutils.transforms.peps.Headers.pep_cvs_url
static
Initial value:
= ('http://hg.python.org'
'/peps/file/default/pep-%04d.txt')

◆ rcs_keyword_substitutions

tuple docutils.transforms.peps.Headers.rcs_keyword_substitutions
static
Initial value:
= (
(re.compile(r'\$' r'RCSfile: (.+),v \$$', re.IGNORECASE), r'\1'),
(re.compile(r'\$[a-zA-Z]+: (.+) \$$'), r'\1'),)

The documentation for this class was generated from the following file: