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

Method new_project

src/bcf/bcf/v2/bcfxml.py:266–269  ·  view source on GitHub ↗

Deprecated method.

(self)

Source from the content-addressed store, hash-verified

264
265 # region Deprecated methods
266 def new_project(self) -> BcfXml:
267 """Deprecated method."""
268 warnings.warn("new_project is deprecated, use create_new instead.", DeprecationWarning)
269 return self.create_new()
270
271 def get_project(self, _filepath: Optional[str] = None) -> Optional[mdl.Project]:
272 """Deprecated method."""

Callers

nothing calls this directly

Calls 1

create_newMethod · 0.95

Tested by

no test coverage detected