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

Method save_project

src/bcf/bcf/v2/bcfxml.py:280–283  ·  view source on GitHub ↗

Deprecated method.

(self, filepath: Path)

Source from the content-addressed store, hash-verified

278 warnings.warn("edit_project is deprecated, there's no need to use it.", DeprecationWarning)
279
280 def save_project(self, filepath: Path) -> None:
281 """Deprecated method."""
282 warnings.warn("save_project is deprecated, use save instead.", DeprecationWarning)
283 self.save(filepath)
284
285 def get_version(self) -> Optional[str]:
286 warnings.warn("get_version is deprecated, use version.version_id instead.", DeprecationWarning)

Callers 7

to_fileMethod · 0.45
saving_sample_test_filesFunction · 0.45
test_runMethod · 0.45
test_runMethod · 0.45
save_test_projectMethod · 0.45

Calls 1

saveMethod · 0.95