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

Method Unit

src/bsdd/bsdd.py:684–686  ·  view source on GitHub ↗
(self, version="v1")

Source from the content-addressed store, hash-verified

682
683 # deprecated
684 def Unit(self, version="v1"):
685 print(f"function 'Client.Unit' is deprecated, use 'Client.get_units' instead")
686 return self.get(f"api/Unit/{version}")
687
688 def get_dictionary(
689 self, dictionary_uri: str = "", include_test_dictionaries: bool = "False", version: int = 1

Callers 2

get_unit_from_propFunction · 0.80
finalizeFunction · 0.80

Calls 2

getMethod · 0.95
printFunction · 0.85

Tested by

no test coverage detected