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/v2/bcfxml.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
self._zip_file.close()
48
49
def
_load_zip_file(self) -> Optional[zipfile.ZipFile]:
50
return
zipfile.ZipFile(self._filename)
if
self._filename
else
None
51
52
@property
53
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