MCPcopy Create free account
hub / github.com/Keeper-Security/Commander / __init__

Method __init__

keepercommander/scim/data_sources.py:18–20  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

16
17class ICrmDataSource(abc.ABC):
18 def __init__(self):
19 self._load_errors = False # type: bool
20 self._debug_logger = ICrmDataSource.null_logger # type: Callable[[str], None]
21
22 @staticmethod
23 def null_logger(message):

Callers 4

__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45
__init__Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected