Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pytest-dev/pytest
/ g
Function
g
testing/python/fixtures.py:25–26 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
23
assert not getfuncargnames(f)
24
25
def
g(arg):
26
raise
NotImplementedError()
27
28
assert getfuncargnames(g) == (
"arg"
,)
29
Callers
8
f11
Method · 0.50
f1
Method · 0.50
f2
Method · 0.50
f3
Method · 0.50
f4
Method · 0.50
f5
Method · 0.50
f6
Method · 0.50
f7
Method · 0.50
Calls
no outgoing calls
Tested by
8
f11
Method · 0.40
f1
Method · 0.40
f2
Method · 0.40
f3
Method · 0.40
f4
Method · 0.40
f5
Method · 0.40
f6
Method · 0.40
f7
Method · 0.40