MCPcopy Index your code
hub / github.com/RustPython/RustPython / Something

Class Something

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

Source from the content-addressed store, hash-verified

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

Callers 1

test_can_subclassMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_can_subclassMethod · 0.56