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

Class CSub

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

Source from the content-addressed store, hash-verified

6616 y: int
6617 b: int
6618class CSub(B):
6619 z: ClassVar['CSub'] = B()
6620class G(Generic[T]):
6621 lst: ClassVar[List[T]] = []
6622

Callers

nothing calls this directly

Calls 1

BClass · 0.70

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…