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