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

Method SearchListOpen

src/bsdd/bsdd.py:671–681  ·  view source on GitHub ↗
(self, DomainNamespaceUri, version="v2", SearchText="", LanguageCode="", RelatedIfcEntity="")

Source from the content-addressed store, hash-verified

669
670 # deprecated
671 def SearchListOpen(self, DomainNamespaceUri, version="v2", SearchText="", LanguageCode="", RelatedIfcEntity=""):
672 print(f"function 'Client.SearchListOpen' is deprecated, use 'Client.search_in_dictionary' instead")
673 return self.get(
674 f"api/SearchListOpen/{version}",
675 {
676 "DomainNamespaceUri": DomainNamespaceUri,
677 "SearchText": SearchText,
678 "LanguageCode": LanguageCode,
679 "RelatedIfcEntity": RelatedIfcEntity,
680 },
681 )
682
683 # deprecated
684 def Unit(self, version="v1"):

Callers

nothing calls this directly

Calls 2

getMethod · 0.95
printFunction · 0.85

Tested by

no test coverage detected