Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_info
Method · 0.70
create
Function · 0.70
__getattr__
Method · 0.70
by_type
Method · 0.70
Calls
2
items
Method · 0.45
get
Method · 0.45
Tested by
no test coverage detected