Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ data
Method
data
src/bcf/bcf/inmemory_zipfile.py:49–50 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
47
48
@property
49
def
data(self) -> bytes:
50
return
self.in_memory_data.getvalue()
51
52
def
__enter__(self) -> InMemoryZipFile:
53
return
self
Callers
15
write
Method · 0.80
add
Method · 0.80
addParent
Method · 0.80
read_dataset
Function · 0.80
read
Method · 0.80
write
Method · 0.80
write_dataset
Function · 0.80
write
Method · 0.80
writeNode
Method · 0.80
serialize
Function · 0.80
write_streaming_
Method · 0.80
write
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected