class documentation

class TextParser(Parser):

View In Hierarchy

A parser for a command and a bit of text
Method __init__ Undocumented
Method isending Check if text is ending
Method parse Parse lines as long as they are text
Class Variable stack Undocumented
Instance Variable ending Undocumented
Instance Variable endings Undocumented

Inherited from Parser:

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 __init__(self, container):
def isending(self, reader):
Check if text is ending
def parse(self, reader):
Parse lines as long as they are text
stack: list =

Undocumented

ending =

Undocumented

endings =

Undocumented