module documentation
(source)

Astroid brain hints for some of the _io C objects.
Constant BUFFERED Undocumented
Variable ​Buffered​Writer Undocumented
Variable ​File​IO Undocumented
Variable ​Text​IOWrapper Undocumented
Function _generic​_io​_transform Transform the given name, by adding the given class as a member of the node.
Function _transform​_buffered Undocumented
Function _transform​_text​_io​_wrapper Undocumented
BUFFERED: set[str] = (source)

Undocumented

Value
set(['BufferedWriter', 'BufferedReader'])
BufferedWriter: str = (source)

Undocumented

FileIO: str = (source)

Undocumented

TextIOWrapper: str = (source)

Undocumented

def _generic_io_transform(node, name, cls): (source)
Transform the given name, by adding the given class as a member of the node.
def _transform_buffered(node): (source)

Undocumented

def _transform_text_io_wrapper(node): (source)

Undocumented