Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ f4
Function
f4
testing/code/test_code.py:112–113 ·
view source on GitHub ↗
(x, *y, **z)
Source
from the content-addressed store, hash-verified
110
assert c3.getargs(var=True) == (
"x"
,
"z"
)
111
112
def
f4(x, *y, **z):
113
raise
NotImplementedError()
114
115
c4 = Code.from_function(f4)
116
assert c4.getargs(var=True) == (
"x"
,
"y"
,
"z"
)
Callers
1
test_frame_getargs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected