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

Method Domain

src/bsdd/bsdd.py:628–630  ·  view source on GitHub ↗
(self, version="v2")

Source from the content-addressed store, hash-verified

626
627 # deprecated
628 def Domain(self, version="v2"):
629 print(f"function 'Client.Domain' is deprecated, use 'Client.get_dictionary' and 'Client.get_classes' instead")
630 return self._get_deprecated(f"api/Domain/{version}")
631
632 # deprecated
633 def Language(self, version="v1"):

Callers

nothing calls this directly

Calls 2

_get_deprecatedMethod · 0.95
printFunction · 0.85

Tested by

no test coverage detected