MCPcopy Index your code
hub / github.com/python/cpython / P

Class P

Lib/test/test_patma.py:2770–2772  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2768
2769 @runtime_checkable
2770 class P(Protocol):
2771 x: int
2772 y: int
2773
2774 class A:
2775 def __init__(self, x: int, y: int):

Callers 1

loadFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected