Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
test_protocols_isinstance_py36
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_protocols_isinstance_py36
Method · 0.68