MCPcopy 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
40def va2(*args, **kwargs):
41 assert args == (5, 4)
42 assert len(kwargs) == 0
43
44va2(5, 4)
45x = (5, 4)

Callers 1

Calls 1

lenFunction · 0.85

Tested by

no test coverage detected