Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_app
Method
get_app
Lib/wsgiref/simple_server.py:62–63 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
60
env[
'SCRIPT_NAME'
] =
''
61
62
def
get_app(self):
63
return
self.application
64
65
def
set_app(self,application):
66
self.application = application
Callers
1
handle
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected