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

Method spam

Lib/test/test_inspect/test_inspect.py:4920–4920  ·  view source on GitHub ↗
(b:int, a)

Source from the content-addressed store, hash-verified

4918 self.assertNotEqual(
4919 hash(inspect.signature(foo)), hash(inspect.signature(bar)))
4920 def spam(b:int, a) -> float: pass
4921 self.assertFalse(inspect.signature(spam) == inspect.signature(bar))
4922 self.assertTrue(inspect.signature(spam) != inspect.signature(bar))
4923 self.assertNotEqual(

Callers 1

test_assert_has_callsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected