MCPcopy Create free account
hub / github.com/pytest-dev/pytest / h

Function h

testing/python/fixtures.py:30–31  ·  view source on GitHub ↗
(arg1, arg2="hello")

Source from the content-addressed store, hash-verified

28 assert getfuncargnames(g) == ("arg",)
29
30 def h(arg1, arg2="hello"):
31 raise NotImplementedError()
32
33 assert getfuncargnames(h) == ("arg1",)
34

Callers 1

f11Method · 0.50

Calls

no outgoing calls

Tested by 1

f11Method · 0.40