Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ _ref_list
Function
_ref_list
src/ifcquery/ifcquery/relations.py:41–42 ·
view source on GitHub ↗
(elements)
Source
from the content-addressed store, hash-verified
39
40
41
def
_ref_list(elements) -> list[dict[str, Any]]:
42
return
[_ref(e)
for
e in elements]
43
44
45
def
_traverse_up(element: ifcopenshell.entity_instance) -> list[dict[str, Any]]:
Callers
1
_all_relations
Function · 0.85
Calls
1
_ref
Function · 0.70
Tested by
no test coverage detected