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

Class V

Lib/test/test_functools.py:2648–2650  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2646 "or <class 'collections.abc.Container'>")),
2647 )
2648 class V(c.Sized, S):
2649 def __len__(self):
2650 return 0
2651 @functools.singledispatch
2652 def j(arg):
2653 return "base"

Callers 1

test_mro_conflictsMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_mro_conflictsMethod · 0.56