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

Class BPoint

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

Source from the content-addressed store, hash-verified

3710 self.label = label
3711
3712 class BPoint:
3713 label = 'B'
3714
3715 def __init__(self, x, y):
3716 self.x = x
3717 self.y = y
3718
3719 class C:
3720 def __init__(self, attr):

Callers 1

Calls

no outgoing calls

Tested by 1

Used in the wild real call sites across dependent graphs

searching dependent graphs…