Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_send
Method · 0.45
test1
Method · 0.45
test2
Method · 0.45
test3
Method · 0.45
test4
Method · 0.45
test5
Method · 0.45
test6
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected