class documentation

class _NodeFactory: (source)

View In Hierarchy

Easy create NodeNG instances.

Acts like every node arguments can be passed to the constructor method and calls postinit automatically with the required value.

Method __getattr__ Undocumented
Method __create_node Undocumented
Class Variable _sig_cache Undocumented
def __getattr__(self, name): (source)

Undocumented

Parameters
name:strUndocumented
Returns
_NodeConstructorMethodUndocumented
def __create_node(self, node_type, *args, **kwargs): (source)

Undocumented

Parameters
node_type:Type[astroid.nodes.NodeNG]Undocumented
*args:AnyUndocumented
**kwargs:AnyUndocumented
Returns
astroid.nodes.NodeNGUndocumented
_sig_cache: Dict[Type[astroid.nodes.NodeNG], inspect.Signature] = (source)

Undocumented