MCPcopy
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

f11Method · 0.50
f1Method · 0.50
f2Method · 0.50
f3Method · 0.50
f4Method · 0.50
f5Method · 0.50
f6Method · 0.50
f7Method · 0.50

Calls

no outgoing calls

Tested by 8

f11Method · 0.40
f1Method · 0.40
f2Method · 0.40
f3Method · 0.40
f4Method · 0.40
f5Method · 0.40
f6Method · 0.40
f7Method · 0.40