class documentation

class _MockModule(ModuleType):

View In Hierarchy

Used by autodoc_mock_imports.
Method __getattr__ Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Class Variable __sphinx​_mock__ Undocumented
Instance Variable __all__ Undocumented
Instance Variable __path__ Undocumented
def __getattr__(self, name):

Undocumented

Parameters
name:strUndocumented
Returns
_MockObjectUndocumented
def __init__(self, name):

Undocumented

Parameters
name:strUndocumented
def __repr__(self):

Undocumented

Returns
strUndocumented
__sphinx_mock__: bool =

Undocumented

__all__: List[str] =

Undocumented

__path__: List[str] =

Undocumented