Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
6618
class
CSub(B):
6619
z: ClassVar[
'CSub'
] = B()
6620
class
G(Generic[T]):
6621
lst: ClassVar[List[T]] = []
6622
Callers
nothing calls this directly
Calls
1
B
Class · 0.70
Tested by
no test coverage detected
Used in the wild
real call sites across dependent graphs
searching dependent graphs…