MCPcopy Create free account
hub / github.com/OpenAssetIO/OpenAssetIO / __init__

Method __init__

src/openassetio-python/tests/conftest.py:582–584  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

580 """
581
582 def __init__(self):
583 LoggerInterface.__init__(self)
584 self.mock = mock.create_autospec(LoggerInterface, spec_set=True, instance=True)
585
586 def log(self, severity, message):
587 self.mock.log(severity, message)

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected