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

Class P

Lib/test/test_typing.py:2860–2862  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2858 def test_basic_protocol(self):
2859 @runtime_checkable
2860 class P(Protocol):
2861 def meth(self):
2862 pass
2863
2864 class C: pass
2865

Callers 1

test_no_instantiationMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_no_instantiationMethod · 0.56