Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pytest-dev/pytest
/ g
Function
g
testing/python/fixtures.py:29–30 ·
view source on GitHub ↗
(arg)
Source
from the content-addressed store, hash-verified
27
assert not getfuncargnames(f)
28
29
def
g(arg):
30
raise
NotImplementedError()
31
32
assert getfuncargnames(g) == (
"arg"
,)
33
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