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

Class Something

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

Source from the content-addressed store, hash-verified

126 self.assertIsInstance(Mock(), Mock)
127
128 class Something: pass
129 self.assertNotIsSubclass(Something, Any)
130 self.assertNotIsInstance(Something(), Mock)
131

Callers 1

test_can_subclassMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_can_subclassMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…