Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ f2
Function
f2
testing/code/test_code.py:100–101 ·
view source on GitHub ↗
(x, *y)
Source
from the content-addressed store, hash-verified
98
assert c1.getargs(var=True) == (
"x"
,)
99
100
def
f2(x, *y):
101
raise
NotImplementedError()
102
103
c2 = Code.from_function(f2)
104
assert c2.getargs(var=True) == (
"x"
,
"y"
)
Callers
1
test_frame_getargs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected