MCPcopy 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

writeMethod · 0.80
addMethod · 0.80
addParentMethod · 0.80
read_datasetFunction · 0.80
readMethod · 0.80
writeMethod · 0.80
write_datasetFunction · 0.80
writeMethod · 0.80
writeNodeMethod · 0.80
serializeFunction · 0.80
write_streaming_Method · 0.80
writeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected