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

Method save_project

src/bcf/bcf/v3/bcfxml.py:258–261  ·  view source on GitHub ↗

Deprecated method.

(self, filepath: Path)

Source from the content-addressed store, hash-verified

256 warnings.warn("edit_project is deprecated, there's no need to use it.", DeprecationWarning)
257
258 def save_project(self, filepath: Path) -> None:
259 """Deprecated method."""
260 warnings.warn("save_project is deprecated, use save instead.", DeprecationWarning)
261 self.save(filepath)
262
263 def get_version(self) -> str:
264 warnings.warn("get_version is deprecated, use version.version_id instead.", DeprecationWarning)

Callers

nothing calls this directly

Calls 1

saveMethod · 0.95

Tested by

no test coverage detected