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

Class APoint

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

Source from the content-addressed store, hash-verified

3704
3705 def test_protocols_isinstance_py36(self):
3706 class APoint:
3707 def __init__(self, x, y, label):
3708 self.x = x
3709 self.y = y
3710 self.label = label
3711
3712 class BPoint:
3713 label = 'B'

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…