class documentation

A generic parser

Method __init__ Undocumented
Method __str__ 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): (source)

Undocumented

def __str__(self): (source)

Return a description

def parsecontainer(self, reader, contents): (source)

Undocumented

def parseending(self, reader, process): (source)

Parse until the current ending is found

def parseparameter(self, reader): (source)

Parse a parameter

parameters: dict = (source)

Undocumented