Home | Trees | Indices | Help |
|
---|
|
Template Data Interface (TDI).
Author: André Malo
License: Apache License, Version 2.0
Submodules | |
|
Classes | |
NodeTreeError The node tree was tried to be modified after it was finalized |
|
TemplateAttributeError A tdi attribute could not be parsed |
|
TemplateError Error in a template |
|
AutoUpdateWarning An auto update error occured after the template was first loaded |
|
ModelMissingError A required model method was missing |
|
TemplateReloadError Error during template reload |
|
LexerEOFError Unexpected EOF |
|
DeprecationWarning TDI specific deprecation warning |
|
LexerFinalizedError Lexer was already finalized |
|
NodeError Error in node processing |
|
ModelError Base error for model errors |
|
Error Base exception for this package |
|
TemplateFactoryError Template factory misuse |
|
OverlayError Error in overlay work |
|
TemplateAttributeEmptyError A tdi attribute was empty |
|
Warning Base warning for this package |
|
TemplateEncodingError Template encoding error |
|
LexerStateError Invalid state change |
|
NodeWarning A (non-fatal) inconsistency in the nodetree occured |
|
NodeNotFoundError node was not found |
|
LexerError Lexer Error |
Variables | |
tdi.util.Version |
version = tdi.util.Version('0.9.9.7', is_dev=False, revision=4 Version of the TDI package |
tdi.factory.Factory |
html = _factory.Factory(parser= _soup.parser.DEFAULT_PARSER.ht HTML Template factory |
tdi.factory.Factory |
xml = _factory.Factory(parser= _soup.parser.DEFAULT_PARSER.xml XML Template factory |
tdi.factory.Factory |
text = _factory.Factory(parser= _text.parser.TextParser, build Text Template factory |
Variables Details |
versionVersion of the TDI package
|
htmlHTML Template factory
|
xmlXML Template factory
|
textText Template factory
|
Home | Trees | Indices | Help |
|
---|