_run_once() def _run_once(self): while not self.ready: events ... ref: PEP-0492 # need Python >= 3.5 >>> class AsyncCtxMgr: ... async def __aenter__(self): ...
確定! 回上一頁