Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ f
Function
f
extra_tests/snippets/syntax_function_args.py:109–110 ·
view source on GitHub ↗
(a)
Source
from the content-addressed store, hash-verified
107
108
109
def
f(a):
110
pass
111
112
x = {
'a'
: 1}
113
y = {
'a'
: 2}
Callers
1
syntax_function_args.py
File · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected