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