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

Method Country

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

Source from the content-addressed store, hash-verified

621
622 # deprecated
623 def Country(self, version="v1"):
624 print(f"function 'Client.Country' is deprecated, use 'Client.get_countries' instead")
625 return self._get_deprecated(f"api/Country/{version}")
626
627 # deprecated
628 def Domain(self, version="v2"):

Callers

nothing calls this directly

Calls 2

_get_deprecatedMethod · 0.95
printFunction · 0.85

Tested by

no test coverage detected