class documentation

class _NamedTextIOWrapper(io.TextIOWrapper):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Instance Variable ​_mode Undocumented
Instance Variable ​_name Undocumented
Property mode Undocumented
Property name Undocumented
def __init__(self, buffer, name, mode, **kwargs):

Undocumented

Parameters
buffer:t.BinaryIOUndocumented
name:strUndocumented
mode:strUndocumented
**kwargs:t.AnyUndocumented
_mode =

Undocumented

_name =

Undocumented

@property
mode: str =

Undocumented

@property
name: str =

Undocumented