AddMockFileContents(['fileName', 'data'], None, None, None)

ByPass(['moduleName'], None, None, None)

CountMockCalls(['methodName'], None, None, None)

GetAccessLog([], None, None, None)

GetCallLog([], None, None, None)

GetCallLogFor(['objectName'], None, None, None)

GetCallLogStripped([], None, None, None)

GetFileLog(['logSection', 'fileName'], None, None, (None,))

GetLastCallLogEntry([], None, None, None)

GetTime([], None, None, None)

Mock
    HasMockValue(['self'], None, None, None)
    RemoveMockValue(['self'], None, None, None)
    Revert(['self'], None, None, None)
    SetCallable(['self', 'callableObject'], None, None, None)
    SetMockValue(['self', 'value'], None, None, None)
    _Log(['self', 'logSection', 'attributeName'], 'args', 'kw', None)
    _MockAttribute(['self', 'name', 'value'], None, None, None)
    _MockMethod(['self', 'name', 'callableObject', 'findAndReplace'], None, None, (True,))
    __call__(['self'], 'args', 'kw', None)
    __class__
    __del__(['self'], None, None, None)
    __delattr__
    __delitem__(['self', 'key'], None, None, None)
    __dict__
    __doc__
    __eq__(['self', 'other'], None, None, None)
    __ge__(['self', 'other'], None, None, None)
    __getattr__(['self', 'name'], None, None, None)
    __getattribute__
    __getitem__(['self', 'key'], None, None, None)
    __gt__(['self', 'other'], None, None, None)
    __hash__
    __init__(['self', 'mockName', 'insertAsGlobal'], None, None, ('unnamed_Mock', False))
    __iter__(['self'], None, None, None)
    __le__(['self', 'other'], None, None, None)
    __len__(['self'], None, None, None)
    __lt__(['self', 'other'], None, None, None)
    __module__
    __ne__(['self', 'other'], None, None, None)
    __new__
    __nonzero__(['self'], None, None, None)
    __reduce__
    __reduce_ex__
    __repr__
    __setattr__(['self', 'name', 'value'], None, None, None)
    __setitem__(['self', 'key', 'value'], None, None, None)
    __str__(['self'], None, None, None)
    __weakref__

ReplaceAttribute(['parent', 'attributeName', 'mockValue'], None, None, (None,))

ReplaceMethod(['parent', 'methodName', 'callableObject'], None, None, None)

ResetFileLog([], None, None, None)

ResetMockLog([], None, None, None)

RevertAttribute(['parent', 'attributeName'], None, None, None)

RevertMethod(['parent', 'methodName'], None, None, None)

SetGlobalReference(['reference'], None, None, None)

SetTime(['timeValue'], None, None, None)

SetUp(['testCase', 'moduleGlobals', 'doNotMock'], None, None, ([],))

SetYieldDuration(['timeValue'], None, None, None)

TearDown(['testCase'], None, None, None)

__all__

__all_mock__

__doc__

__name__

globalReference

neverMockList