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

Function finish

tests/autobahn/server.py:45–48  ·  view source on GitHub ↗
(app, srv, handler)

Source from the content-addressed store, hash-verified

43
44@asyncio.coroutine
45def finish(app, srv, handler):
46 srv.close()
47 yield from handler.finish_connections()
48 yield from srv.wait_closed()
49
50
51if __name__ == '__main__':

Callers 1

server.pyFile · 0.70

Calls 3

finish_connectionsMethod · 0.80
wait_closedMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected