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

Class Bad

Lib/test/test_typing.py:3726–3726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3724 return 0
3725
3726 class Bad: pass
3727
3728 self.assertIsInstance(APoint(1, 2, 'A'), Point)
3729 self.assertIsInstance(BPoint(1, 2), Point)

Callers 1

Calls

no outgoing calls

Tested by 1