MCPcopy 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
2817class MyPoint:
2818 x: int
2819 y: int
2820 label: str
2821
2822class XAxis(Protocol):
2823 x: int

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…