class documentation

class MockLoader(Loader):

View In Hierarchy

A loader for mocking.
Method __init__ Undocumented
Method create​_module Undocumented
Method exec​_module Undocumented
Instance Variable finder Undocumented
def __init__(self, finder):

Undocumented

Parameters
finder:MockFinderUndocumented
def create_module(self, spec):

Undocumented

Parameters
spec:ModuleSpecUndocumented
Returns
ModuleTypeUndocumented
def exec_module(self, module):

Undocumented

Parameters
module:ModuleTypeUndocumented
finder =

Undocumented