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

Class A

testing/python/fixtures.py:44–46  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

42 """Test getfuncargnames for normal methods"""
43
44 class A:
45 def f(self, arg1, arg2="hello"):
46 raise NotImplementedError()
47
48 assert getfuncargnames(A().f) == ("arg1",)
49

Callers 1

Calls

no outgoing calls

Tested by 1