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

Function f3

testing/code/test_code.py:105–106  ·  view source on GitHub ↗
(x, **z)

Source from the content-addressed store, hash-verified

103 assert c2.getargs(var=True) == ("x", "y")
104
105 def f3(x, **z):
106 raise NotImplementedError()
107
108 c3 = Code.from_function(f3)
109 assert c3.getargs(var=True) == ("x", "z")

Callers 1

test_frame_getargsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected