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

Method wait_closed

aiohttp/web_ws.py:157–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

155
156 @asyncio.coroutine
157 def wait_closed(self): # pragma: no cover
158 warnings.warn(
159 'wait_closed() coroutine is deprecated. use close() instead',
160 DeprecationWarning)
161
162 return (yield from self.close())
163
164 @asyncio.coroutine
165 def write_eof(self):

Callers 7

run_aiohttpFunction · 0.80
run_appFunction · 0.80
goMethod · 0.80
finishFunction · 0.80
finishFunction · 0.80
finishFunction · 0.80
close_pgFunction · 0.80

Calls 1

closeMethod · 0.95

Tested by 2

goMethod · 0.64
finishFunction · 0.64