Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ APoint
Class
APoint
Lib/test/test_typing.py:3704–3708 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3702
3703
def
test_protocols_isinstance_py36(self):
3704
class
APoint:
3705
def
__init__(self, x, y, label):
3706
self.x = x
3707
self.y = y
3708
self.label = label
3709
3710
class
BPoint:
3711
label =
'B'
Callers
1
test_protocols_isinstance_py36
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_protocols_isinstance_py36
Method · 0.68