Undocumented
Class | NativeEnvironment |
An environment that renders templates to native Python types. |
Class | NativeTemplate |
No class docstring; 1/2 method documented |
Class | NativeCodeGenerator |
A code generator which renders Python types by not adding str() around output nodes. |
Function | native_concat |
No summary |
ast.literal_eval
, the parsed value is returned. Otherwise,
the string is returned.Parameters | |
values:t.Iterable[ | Iterable of outputs to concatenate. |
Returns | |
t.Optional[ | Undocumented |