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

Method __exit__

src/bcf/bcf/v2/bcfxml.py:39–40  ·  view source on GitHub ↗
(self, *args: Any)

Source from the content-addressed store, hash-verified

37 return self
38
39 def __exit__(self, *args: Any) -> None:
40 self.close()
41
42 def __del__(self) -> None:
43 self.close()

Callers

nothing calls this directly

Calls 1

closeMethod · 0.95

Tested by

no test coverage detected