module documentation

This module renders Astroid nodes as string

Class AsStringVisitor Visitor to render an Astroid node as a valid python code string
Constant DOC_NEWLINE Undocumented
Variable to_code Undocumented
Function _import_string return a list of (name, asname) formatted as a string
DOC_NEWLINE: str = (source)

Undocumented

Value
''

Undocumented

def _import_string(names) -> str: (source)

return a list of (name, asname) formatted as a string