MCPcopy 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_serverFunction · 0.80
_run_test_serverFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected