ast.AST
node processing.Function | bind​_args |
Binds the arguments of a function call to that function's signature. @raise TypeError: If the arguments do not match the signature. |
Function | node2dottedname |
Resove expression composed by ast.Attribute and ast.Name nodes to a list of names. |