MCPcopy Index your code
hub / github.com/RustPython/RustPython / BPoint

Class BPoint

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

Source from the content-addressed store, hash-verified

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

Callers 1

Calls

no outgoing calls

Tested by 1