Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ get_ifc_classes
Function
get_ifc_classes
src/bsdd/tests/test_bsdd.py:9–10 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
7
8
9
def
get_ifc_classes():
10
return
client.get_classes(ifc4x3_uri, use_nested_classes=False, class_type=
"Class"
)
11
12
13
def
get_nbs_classes():
Callers
4
test_get_ifc_classes
Function · 0.70
test_get_class
Function · 0.70
test_get_class_relations
Function · 0.70
test_get_class_properties
Function · 0.70
Calls
1
get_classes
Method · 0.45
Tested by
no test coverage detected