Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ MyPoint
Class
MyPoint
Lib/test/test_typing.py:2814–2817 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
2812
label: str
2813
2814
class
MyPoint:
2815
x: int
2816
y: int
2817
label: str
2818
2819
class
XAxis(Protocol):
2820
x: int
Callers
1
test_protocols_isinstance_py36
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_protocols_isinstance_py36
Method · 0.68