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

Method load_express

src/bonsai/bonsai/tool/debug.py:57–60  ·  view source on GitHub ↗
(cls, filename: str)

Source from the content-addressed store, hash-verified

55
56 @classmethod
57 def load_express(cls, filename: str) -> W.schema_definition:
58 schema = ifcopenshell.express.parse(filename)
59 ifcopenshell.register_schema(schema)
60 return schema.schema
61
62 @classmethod
63 def purge_hdf5_cache(cls) -> None:

Callers

nothing calls this directly

Calls 2

register_schemaMethod · 0.80
parseMethod · 0.45

Tested by

no test coverage detected