MCPcopy 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
8class AttributeData(NamedTuple):
9 attr_type: type
10 subattr_name: str
11 subattr_xsd_name: str
12
13
14Extensions = Union[bcf.v2.model.extensions.Extensions, bcf.v3.model.extensions.Extensions]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected