class documentation

class Headers(Transform):

View In Hierarchy

Process fields in a PEP's initial RFC-2822 header.
Method apply Override to apply the transform to the document tree.
Class Variable default​_priority Numerical priority of this transform, 0 through 999 (override).
Class Variable pep​_cvs​_url Undocumented
Class Variable pep​_url Undocumented
Class Variable rcs​_keyword​_substitutions Undocumented

Inherited from Transform:

Method __init__ Initial setup for in-place document transforms.
Instance Variable document The document tree to transform.
Instance Variable language Language module local to this document.
Instance Variable startnode Node from which to begin the transform. For many transforms which apply to the document as a whole, startnode is not set (i.e. its value is None).
def apply(self):
Override to apply the transform to the document tree.
default_priority: int =
Numerical priority of this transform, 0 through 999 (override).
pep_cvs_url: str =

Undocumented

pep_url: str =

Undocumented

rcs_keyword_substitutions =

Undocumented