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

Function func

extra_tests/snippets/syntax_function_args.py:86–87  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

84
85# https://www.python.org/dev/peps/pep-0468/
86def func(**kwargs):
87 return list(kwargs.items())
88
89empty_kwargs = func()
90assert empty_kwargs == []

Callers 1

Calls 2

listClass · 0.85
itemsMethod · 0.45

Tested by

no test coverage detected