class documentation

class FakeFile:

Constructor: FakeFile(testcase, fd)

View In Hierarchy

A dummy file object which records when it is closed.

Method __enter__ Undocumented
Method __exit__ Undocumented
Method __init__ Undocumented
Method close Undocumented
Instance Variable fd Undocumented
Instance Variable testcase Undocumented
def __enter__(self):

Undocumented

def __exit__(self, exc_type, exc_value, traceback):

Undocumented

def __init__(self, testcase, fd):

Undocumented

def close(self):

Undocumented

fd =

Undocumented

testcase =

Undocumented