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

Method __await__

Lib/test/test_asyncgen.py:788–789  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

786 async def bad_awaitable():
787 class BadAwaitable:
788 def __await__(self):
789 return 42
790 class MyAsyncIter:
791 def __aiter__(self):
792 return self

Callers 7

test_sendMethod · 0.45
test1Method · 0.45
test2Method · 0.45
test3Method · 0.45
test4Method · 0.45
test5Method · 0.45
test6Method · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected