module documentation
(source)

twisted.web.util and twisted.web.template merged to avoid cyclic deps
Constant NOT​_DONE​_YET Undocumented
Class _​NSContext A mapping from XML namespaces onto their prefixes in the document.
Class _​Tag​Factory A factory for Tag objects; the implementation of the tags object.
Class _​To​Stan A SAX parser which converts an XML document to the Twisted STAN Document Object Model.
Function _flatsax​Parse Perform a SAX parse of an XML document with the _ToStan class.
Variable _module​Log Undocumented
NOT_DONE_YET: int = (source)

Undocumented

Value
1
def _flatsaxParse(fl): (source)
Perform a SAX parse of an XML document with the _ToStan class.
Parameters
fl:Union[IO[AnyStr], str]The XML document to be parsed.
Returns
List[Flattenable]a list of Stan objects.
_moduleLog = (source)

Undocumented