module documentation

Astroid brain hints for some of the _io C objects.

Constant BUFFERED Undocumented
Variable BufferedWriter Undocumented
Variable FileIO Undocumented
Variable TextIOWrapper 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

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