Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/webpy/webpy
/ _load
Method
_load
web/application.py:106–107 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
104
pass
105
106
def
_load(self):
107
web.ctx.app_stack.append(self)
108
109
def
_unload(self):
110
web.ctx.app_stack = web.ctx.app_stack[:-1]
Callers
nothing calls this directly
Calls
1
append
Method · 0.80
Tested by
no test coverage detected