MCPcopy
hub / github.com/aio-libs/aiohttp / make_handler

Method make_handler

aiohttp/web.py:251–253  ·  view source on GitHub ↗
(self, **kwargs)

Source from the content-addressed store, hash-verified

249 return self._middlewares
250
251 def make_handler(self, **kwargs):
252 return self._handler_factory(
253 self, self.router, loop=self.loop, **kwargs)
254
255 @asyncio.coroutine
256 def shutdown(self):

Callers 15

initFunction · 0.95
create_serverMethod · 0.95
create_unix_serverMethod · 0.95
create_serverMethod · 0.95
create_serverMethod · 0.95
createFunction · 0.95
test_reprFunction · 0.95
test_connectionsFunction · 0.95
mainFunction · 0.95
initFunction · 0.95

Calls

no outgoing calls

Tested by 9

create_serverMethod · 0.76
create_unix_serverMethod · 0.76
create_serverMethod · 0.76
create_serverMethod · 0.76
createFunction · 0.76
test_reprFunction · 0.76
test_connectionsFunction · 0.76