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

Function f4

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

Source from the content-addressed store, hash-verified

109 assert c3.getargs(var=True) == ("x", "z")
110
111 def f4(x, *y, **z):
112 raise NotImplementedError()
113
114 c4 = Code.from_function(f4)
115 assert c4.getargs(var=True) == ("x", "y", "z")

Callers 1

test_frame_getargsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected