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

Function get_schema

src/ifctester/ifctester/ids.py:81–85  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

79
80
81def get_schema():
82 global schema
83 if schema is None:
84 schema = XMLSchema(os.path.join(cwd, "ids.xsd"))
85 return schema
86
87
88class Ids:

Callers 15

ids_from_xml_stringFunction · 0.90
write_streaming_Method · 0.85
openFunction · 0.85
from_stringFunction · 0.85
to_stringMethod · 0.85
to_xmlMethod · 0.85
constructMethod · 0.85
IfcSpfHeaderMethod · 0.85
operator()Method · 0.85
toStringMethod · 0.85
schema_by_nameMethod · 0.85

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected