Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ MyPoint
Class
MyPoint
Lib/test/test_typing.py:2817–2820 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2815
label: str
2816
2817
class
MyPoint:
2818
x: int
2819
y: int
2820
label: str
2821
2822
class
XAxis(Protocol):
2823
x: int
Callers
1
test_protocols_isinstance_py36
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_protocols_isinstance_py36
Method · 0.68
Used in the wild
real call sites across dependent graphs
searching dependent graphs…