Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ h
Function
h
testing/python/fixtures.py:34–35 ·
view source on GitHub ↗
(arg1, arg2="hello")
Source
from the content-addressed store, hash-verified
32
assert getfuncargnames(g) == (
"arg"
,)
33
34
def
h(arg1, arg2=
"hello"
):
35
raise
NotImplementedError()
36
37
assert getfuncargnames(h) == (
"arg1"
,)
38
Callers
1
f11
Method · 0.50
Calls
no outgoing calls
Tested by
1
f11
Method · 0.40