Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ T
Class
T
testing/python/fixtures.py:113–114 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
111
raise
NotImplementedError()
112
113
class
T:
114
test_ok = functools.partial(check, i=2)
115
116
values = getfuncargnames(T().test_ok, name=
"test_ok"
)
117
assert values == (
"arg1"
,
"arg2"
)
Callers
2
test_getfuncargnames_partial
Function · 0.70
test_getfuncargnames_staticmethod_partial
Function · 0.70
Calls
no outgoing calls
Tested by
2
test_getfuncargnames_partial
Function · 0.56
test_getfuncargnames_staticmethod_partial
Function · 0.56