module documentation

Provides the Template class, a facade for parsing, generating and executing template strings, as well as template runtime operations.
Class ​Def​Template A .Template which represents a callable def in a parent template.
Class ​Template Represents a compiled template.
Class ​Module​Info Stores information about a module currently loaded into memory, provides reverse lookups of template source, module source code based on a module's identifier.
Class ​Module​Template A Template which is constructed given an existing Python module.
Function ​_compile Undocumented
Function ​_compile​_module​_file Undocumented
Function ​_compile​_text Undocumented
Function ​_get​_module​_info Undocumented
Function ​_get​_module​_info​_from​_callable Undocumented
def _compile(template, text, filename, generate_magic_comment):

Undocumented

def _compile_module_file(template, text, filename, outputpath, module_writer):

Undocumented

def _compile_text(template, text, filename):

Undocumented

def _get_module_info(filename):

Undocumented

def _get_module_info_from_callable(callable_):

Undocumented