Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ T
Class
T
testing/python/fixtures.py:83–84 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
81
raise
NotImplementedError()
82
83
class
T:
84
test_ok = functools.partial(check, i=2)
85
86
values = getfuncargnames(T().test_ok, name=
"test_ok"
)
87
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