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

Method _save_project

src/bcf/bcf/v3/bcfxml.py:178–179  ·  view source on GitHub ↗
(self, destination_zip: ZipFileInterface)

Source from the content-addressed store, hash-verified

176 self._zip_file = self._load_zip_file()
177
178 def _save_project(self, destination_zip: ZipFileInterface) -> None:
179 self._smart_save_xml(destination_zip, self._project_info, "project.bcfp")
180
181 def _save_version(self, destination_zip: ZipFileInterface) -> None:
182 if not self._version and self._zip_file:

Callers 1

saveMethod · 0.95

Calls 1

_smart_save_xmlMethod · 0.95

Tested by

no test coverage detected