class documentation

class KeepOpenFile:

View In Hierarchy

Undocumented

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __getattr__ Undocumented
Method __init__ Undocumented
Method __iter__ Undocumented
Method __repr__ Undocumented
Instance Variable ​_file Undocumented
def __enter__(self):

Undocumented

Returns
KeepOpenFileUndocumented
def __exit__(self, exc_type, exc_value, tb):

Undocumented

def __getattr__(self, name):

Undocumented

Parameters
name:strUndocumented
Returns
t.AnyUndocumented
def __init__(self, file):

Undocumented

Parameters
file:t.IOUndocumented
def __iter__(self):

Undocumented

Returns
t.Iterator[t.AnyStr]Undocumented
def __repr__(self):

Undocumented

Returns
strUndocumented
_file =

Undocumented