Home
last modified time | relevance | path

Searched refs:set_app (Results 1 – 3 of 3) sorted by relevance

/third_party/python/Lib/wsgiref/
Dsimple_server.py66 def set_app(self,application): member in WSGIServer
155 server.set_app(app)
/third_party/python/Lib/test/test_asyncio/
Dutils.py199 httpd.set_app(app)
/third_party/python/Doc/library/
Dwsgiref.rst324 .. method:: WSGIServer.set_app(application)
335 :meth:`set_app` is normally called by :func:`make_server`, and the