Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ update_globals_template
Function
update_globals_template
web/debugerror.py:25–26 ·
view source on GitHub ↗
(t, globals)
Source
from the content-addressed store, hash-verified
23
24
25
def
update_globals_template(t, globals):
26
t.t.__globals__.update(globals)
27
28
29
whereami = os.path.join(os.getcwd(), __file__)
Callers
1
djangoerror
Function · 0.85
Calls
1
update
Method · 0.45
Tested by
no test coverage detected