module documentation

Undocumented

Function _clone_node_with_lineno Undocumented
Function _transform_formatted_value Undocumented
Type Variable _NodeT Undocumented
def _clone_node_with_lineno(node: _NodeT, parent: nodes.NodeNG, lineno: int|None) -> _NodeT: (source)

Undocumented

def _transform_formatted_value(node: nodes.FormattedValue) -> nodes.FormattedValue|None: (source)

Undocumented

Undocumented

Value
TypeVar('_NodeT',
        bound=nodes.NodeNG)