Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IfcOpenShell/IfcOpenShell
/ AttributeData
Class
AttributeData
src/bcf/bcf/agnostic/extensions.py:8–11 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
6
7
8
class
AttributeData(NamedTuple):
9
attr_type: type
10
subattr_name: str
11
subattr_xsd_name: str
12
13
14
Extensions = Union[bcf.v2.model.extensions.Extensions, bcf.v3.model.extensions.Extensions]
Callers
1
get_extensions_attributes
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected