Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ f
Function
f
Lib/test/test_dis.py:1503–1504 ·
view source on GitHub ↗
(c=c)
Source
from the content-addressed store, hash-verified
1501
@staticmethod
1502
def
tricky(a, b, /, x, y, z=True, *args, c, d, e=[], **kwds):
1503
def
f(c=c):
1504
print(a, b, x, y, z, c, d, e, f)
1505
yield
a, b, x, y, z, c, d, e, f
1506
1507
code_info_tricky =
""
"\
Callers
15
test_next_and_return_with_value
Method · 0.70
test_send_and_return_with_value
Method · 0.70
g
Method · 0.70
test_vsBuiltinSort
Method · 0.70
test_patma_198
Method · 0.70
test_patma_199
Method · 0.70
test_patma_204
Method · 0.70
test_patma_205
Method · 0.70
test_patma_206
Method · 0.70
test_patma_207
Method · 0.70
test_patma_208
Method · 0.70
test_patma_209
Method · 0.70
Calls
1
print
Function · 0.50
Tested by
no test coverage detected