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

Function lower_case_entity_names

src/ifc5d/ifc5d/qto.py:63–65  ·  view source on GitHub ↗
(schema_iden: str)

Source from the content-addressed store, hash-verified

61
62@functools.cache
63def lower_case_entity_names(schema_iden: str):
64 schema = ifcopenshell.ifcopenshell_wrapper.schema_by_name(schema_iden)
65 return set(n.name().lower() for n in schema.entities())
66
67
68@functools.cache

Callers 1

quantifyFunction · 0.85

Calls 4

schema_by_nameMethod · 0.80
lowerMethod · 0.80
setFunction · 0.50
nameMethod · 0.45

Tested by

no test coverage detected