MCPcopy Index your code
hub / github.com/RustPython/RustPython / __await__

Method __await__

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

Source from the content-addressed store, hash-verified

1139 assert coro.__class__ is types.CoroutineType
1140 self.coro = coro
1141 def __await__(self):
1142 return self.coro.__await__()
1143
1144 class FutureLike:
1145 def __await__(self):

Callers

nothing calls this directly

Calls 1

__await__Method · 0.45

Tested by

no test coverage detected