module documentation

The module implements the Visitor class for different Function Calls within the Node. This also provides interfaces for Function Call Transformations.

Class CallTransformer Undocumented
Class FuncCallVisitor Undocumented
Function get_args Undocumented
Function get_call_type Undocumented
Function get_func_calls Undocumented
Function is_py38_or_higher Undocumented
Constant NAMECONSTANT_TYPE Undocumented
def get_args(node): (source)

Undocumented

def get_call_type(tree): (source)

Undocumented

def get_func_calls(tree): (source)

Undocumented

def is_py38_or_higher(): (source)

Undocumented

NAMECONSTANT_TYPE = (source)

Undocumented

Value
(ast.Constant if is_py38_or_higher() else ast.NameConstant)