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

Method __init__

src/ifcpatch/ifcpatch/__init__.py:49–51  ·  view source on GitHub ↗
(self, file: ifcopenshell.file, logger: Union[logging.Logger, None])

Source from the content-addressed store, hash-verified

47
48class BasePatcher:
49 def __init__(self, file: ifcopenshell.file, logger: Union[logging.Logger, None]):
50 self.file = file
51 self.logger = ensure_logger(logger)
52
53 def patch(self) -> None:
54 raise NotImplementedError

Callers

nothing calls this directly

Calls 1

ensure_loggerFunction · 0.85

Tested by

no test coverage detected