Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ set_app
Method
set_app
Lib/wsgiref/simple_server.py:65–66 ·
view source on GitHub ↗
(self,application)
Source
from the content-addressed store, hash-verified
63
return
self.application
64
65
def
set_app(self,application):
66
self.application = application
67
68
69
Callers
2
make_server
Function · 0.80
_run_test_server
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected