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

Class PG

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

Source from the content-addressed store, hash-verified

2995 T = TypeVar('T')
2996
2997 class PG(Protocol[T]): pass
2998
2999 with self.assertRaises(TypeError):
3000 PG()

Callers 1

test_no_instantiationMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_no_instantiationMethod · 0.68