class documentation

class ExcludingParser(Parser):

Known subclasses: docutils.utils.math.math2html.BoundedParser

View In Hierarchy

A parser that excludes the final line
Method parse Parse everything up to (and excluding) the final line

Inherited from Parser:

Method __init__ Undocumented
Method __unicode__ Return a description
Method parsecontainer Undocumented
Method parseending Parse until the current ending is found
Method parseheader Parse the header
Method parseparameter Parse a parameter
Instance Variable begin Undocumented
Instance Variable parameters Undocumented
def parse(self, reader):
Parse everything up to (and excluding) the final line