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

Method Classification

src/bsdd/bsdd.py:591–600  ·  view source on GitHub ↗
(self, namespaceUri, version="v3", languageCode="", includeChildClassificationReferences=True)

Source from the content-addressed store, hash-verified

589
590 # deprecated
591 def Classification(self, namespaceUri, version="v3", languageCode="", includeChildClassificationReferences=True):
592 print(f"function 'Client.Classification' is deprecated, use 'Client.get_class' instead")
593 return self._get_deprecated(
594 f"api/Classification/{version}",
595 {
596 "namespaceUri": namespaceUri,
597 "languageCode": languageCode,
598 "includeChildClassificationReferences": includeChildClassificationReferences,
599 },
600 )
601
602 # deprecated
603 def ClassificationSearchOpen(self, SearchText, version="v1", DomainNamespaceUris=None, RelatedIfcEntities=None):

Callers

nothing calls this directly

Calls 2

_get_deprecatedMethod · 0.95
printFunction · 0.85

Tested by

no test coverage detected