Constant | F |
Undocumented |
Variable | operators |
Undocumented |
Class | CodeGenerator |
No class docstring; 0/1 property, 0/25 instance variable, 0/12 class variable, 35/91 methods, 1/1 static method, 0/1 class documented |
Class | CompilerExit |
Raised if the compiler encountered a situation where it just doesn't make sense to further process the code. Any block that raises such an exception is not further processed. |
Class | DependencyFinderVisitor |
A visitor that collects filter and test calls. |
Class | Frame |
Holds compile time information for us. |
Class | MacroRef |
Undocumented |
Class | UndeclaredNameVisitor |
A visitor that checks if a name is accessed without being declared. This is different from the frame visitor as it will not stop at closure frames. |
Class | VisitorExit |
Exception used by the UndeclaredNameVisitor to signal a stop. |
Function | _make_binop |
Undocumented |
Function | _make_unop |
Undocumented |
Function | find_undeclared |
Check if the names passed are accessed undeclared. The return value is a set of all the undeclared names from the sequence of names found. |
Function | generate |
Generate the python source for a node tree. |
Function | has_safe_repr |
Does the node have a safe representation? |
Function | optimizeconst |
Undocumented |
Undocumented
Parameters | |
op:str | Undocumented |
Returns | |
t.Callable[ | Undocumented |
Undocumented
Parameters | |
op:str | Undocumented |
Returns | |
t.Callable[ | Undocumented |
Parameters | |
nodes:t.Iterable[ | Undocumented |
names:t.Iterable[ | Undocumented |
Returns | |
t.Set[ | Undocumented |
Parameters | |
node:nodes.Template | Undocumented |
environment:Environment | Undocumented |
name:t.Optional[ | Undocumented |
filename:t.Optional[ | Undocumented |
stream:t.Optional[ | Undocumented |
defer_init:bool | Undocumented |
optimized:bool | Undocumented |
Returns | |
t.Optional[ | Undocumented |