Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
45
def
finish(app, srv, handler):
46
srv.close()
47
yield
from
handler.finish_connections()
48
yield
from
srv.wait_closed()
49
50
51
if
__name__ ==
'__main__'
:
Callers
1
server.py
File · 0.70
Calls
3
finish_connections
Method · 0.80
wait_closed
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected