MCPcopy Index your code
hub / github.com/python/cpython / func

Method func

Lib/test/_test_atexit.py:51–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

49
50 def test_badargs(self):
51 def func():
52 pass
53
54 # func() has no parameter, but it's called with 2 parameters
55 self.assert_raises_unraisable(TypeError, func, 1 ,2)

Callers

nothing calls this directly

Calls 1

unregisterMethod · 0.45

Tested by

no test coverage detected