MCPcopy 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
25def update_globals_template(t, globals):
26 t.t.__globals__.update(globals)
27
28
29whereami = os.path.join(os.getcwd(), __file__)

Callers 1

djangoerrorFunction · 0.85

Calls 1

updateMethod · 0.45

Tested by

no test coverage detected