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

Class P

Lib/test/test_patma.py:2773–2775  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2771
2772 @runtime_checkable
2773 class P(Protocol):
2774 x: int
2775 y: int
2776
2777 class A:
2778 def __init__(self, x: int, y: int):

Callers 1

loadFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected