Constant | MAGIC_NUMBER |
Undocumented |
Constant | RESERVED_NAMES |
Undocumented |
Constant | TOPLEVEL_DECLARED |
Undocumented |
Class | _CompileContext |
Undocumented |
Class | _GenerateRenderMethod |
A template visitor object which generates the full module source for a template. |
Class | _Identifiers |
tracks the status of identifier names as template code is rendered. |
Class | LoopVariable |
A node visitor which looks for the name 'loop' within undeclared identifiers. |
Function | compile |
Generate module source code given a parsetree node, uri, and optional source filename |
Function | mangle_mako_loop |
converts a for loop into a context manager wrapped around a for loop when access to the loop variable has been detected in the for loop body |
Constant | _FOR_LOOP |
Undocumented |