Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EasyIME/PIME
/ __anext__
Method
__anext__
python/python3/tornado/gen.py:431–435 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
429
return
self
430
431
def
__anext__(self) -> Future:
432
if
self.done():
433
# Lookup by name to silence pyflakes on older versions.
434
raise
getattr(builtins,
"StopAsyncIteration"
)()
435
return
self.next()
436
437
438
def
multi(
Callers
nothing calls this directly
Calls
2
done
Method · 0.95
next
Method · 0.95
Tested by
no test coverage detected