class documentation

class TestFileEditor(object):

View In Hierarchy

Simple file editor wrapper that doesn't require closing.
Method __init__ Undocumented
Method change_prop Undocumented
Method close Undocumented
Method modify Undocumented
Instance Variable file Undocumented
Instance Variable is_closed Undocumented
def __init__(self, file):

Undocumented

def change_prop(self, name, value):

Undocumented

def close(self):

Undocumented

def modify(self, contents=None):

Undocumented

file =

Undocumented

is_closed: bool =

Undocumented