warg.ast_ops.arg_indentifier.ArgIdentifier

class warg.ast_ops.arg_indentifier.ArgIdentifier(*args, verbose: bool = False, max_num_intermediate_unnamed_elements: int = 1)[source]

Bases: NodeVisitor

description

__init__(*args, verbose: bool = False, max_num_intermediate_unnamed_elements: int = 1)[source]

Methods

__init__(*args[, verbose, ...])

generic_visit(node)

Called if no explicit visitor function exists for a node.

visit(node)

Visit a node.

visit_Call(node)

Should work for most use cases, but no guarantee

visit_Constant(node)

generic_visit(node)

Called if no explicit visitor function exists for a node.

visit(node)

Visit a node.

visit_Call(node: AST) None[source]

Should work for most use cases, but no guarantee

Parameters:

node

Returns: