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

Function _

src/ifcopenshell-python/ifcopenshell/template.py:103–106  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 d = dict(locals())
102
103 def _():
104 for var, value in d.items():
105 if value is None:
106 yield var, DEFAULTS.get(var, lambda *args: "")(d)
107
108 d.update(dict(_()))
109

Callers 4

get_infoMethod · 0.70
createFunction · 0.70
__getattr__Method · 0.70
by_typeMethod · 0.70

Calls 2

itemsMethod · 0.45
getMethod · 0.45

Tested by

no test coverage detected