Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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/
86
def
func(**kwargs):
87
return
list(kwargs.items())
88
89
empty_kwargs = func()
90
assert empty_kwargs == []
Callers
1
syntax_function_args.py
File · 0.70
Calls
2
list
Class · 0.85
items
Method · 0.45
Tested by
no test coverage detected