_loop.run_until_complete(self.close()) if PY_35: @asyncio.coroutine def __aenter__(self): yield from self.start_server() return self @asyncio.coroutine def ...
確定! 回上一頁