Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ call_with_too_few_args
Method
call_with_too_few_args
Lib/test/test_asyncgen.py:768–769 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
766
async
def
gen():
767
yield
1
768
async
def
call_with_too_few_args():
769
await anext()
770
async
def
call_with_too_many_args():
771
await anext(gen(), 1, 3)
772
async
def
call_with_wrong_type_args():
Callers
nothing calls this directly
Calls
2
anext
Function · 0.85
aiter
Function · 0.85
Tested by
no test coverage detected