Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
test_protocols_isinstance_py36
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_protocols_isinstance_py36
Method · 0.56