Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustPython/RustPython
/ p
Function
p
extra_tests/snippets/syntax_generator.py:74–78 ·
view source on GitHub ↗
(a, b, c)
Source
from the content-addressed store, hash-verified
72
73
r = []
74
def
p(a, b, c):
75
# print(a, b, c)
76
r.append(a)
77
r.append(b)
78
r.append(c)
79
80
81
def
g5():
Callers
1
g5
Function · 0.70
Calls
1
append
Method · 0.45
Tested by
no test coverage detected