Method | __init__ |
Undocumented |
Method | get​_argument​_expressions |
Return the argument declarations of this FunctionDecl as a printable list. |
Instance Variable | code |
Undocumented |
Property | allargnames |
Undocumented |
mako.ast.FunctionArgs
Undocumented
Return the argument declarations of this FunctionDecl as a printable list.
By default the return value is appropriate for writing in a def;
set as_call
to true to build arguments to be passed to the function
instead (assuming locals with the same names as the arguments exist).