Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ f6
Function
f6
testing/code/test_code.py:125–126 ·
view source on GitHub ↗
(x, *y, kw=1, **z)
Source
from the content-addressed store, hash-verified
123
assert c5.getargs(var=True) == (
"x"
,
"y"
,
"z"
)
124
125
def
f6(x, *y, kw=1, **z):
126
a1 = a2 = a3 = a4 = a5 = a6 = 1
# noqa: F841
127
128
c6 = Code.from_function(f6)
129
f6(1, 2, kw=3, z=4)
# cover function body
Callers
1
test_code_getargs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected