Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ _load_zip_file
Method
_load_zip_file
src/bcf/bcf/v3/bcfxml.py:48–49 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
46
self._zip_file.close()
47
48
def
_load_zip_file(self) -> Optional[zipfile.ZipFile]:
49
return
zipfile.ZipFile(self._filename)
if
self._filename
else
None
50
51
@property
52
def
version(self) -> mdl.Version:
Callers
2
__init__
Method · 0.95
save
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected