Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ va2
Function
va2
extra_tests/snippets/syntax_function_args.py:40–42 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
38
39
40
def
va2(*args, **kwargs):
41
assert args == (5, 4)
42
assert len(kwargs) == 0
43
44
va2(5, 4)
45
x = (5, 4)
Callers
1
syntax_function_args.py
File · 0.85
Calls
1
len
Function · 0.85
Tested by
no test coverage detected