MCPcopy Index your code
hub / github.com/python/cpython / __await__

Method __await__

Lib/test/test_coroutines.py:1133–1134  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1131 assert coro.__class__ is types.CoroutineType
1132 self.coro = coro
1133 def __await__(self):
1134 return self.coro.__await__()
1135
1136 class FutureLike:
1137 def __await__(self):

Callers

nothing calls this directly

Calls 1

__await__Method · 0.45

Tested by

no test coverage detected