MCPcopy 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

handleMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected