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

Method __del__

src/bcf/bcf/v2/bcfxml.py:42–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

40 self.close()
41
42 def __del__(self) -> None:
43 self.close()
44
45 def close(self) -> None:
46 if self._zip_file:

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected