MCPcopy 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
438def multi(

Callers

nothing calls this directly

Calls 2

doneMethod · 0.95
nextMethod · 0.95

Tested by

no test coverage detected