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

Method get_output

src/ifcpatch/ifcpatch/__init__.py:56–59  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

54 raise NotImplementedError
55
56 def get_output(self) -> Union[ifcopenshell.file, str, None]:
57 if hasattr(self, "file_patched"):
58 return self.file_patched # pyright: ignore[reportAttributeAccessIssue]
59 return self.file
60
61
62def ensure_logger(logger: Union[logging.Logger, None] = None) -> logging.Logger:

Callers 1

executeFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected