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

Class A

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

Source from the content-addressed store, hash-verified

6610 return None
6611
6612class A:
6613 y: float
6614class B(A):
6615 x: ClassVar[Optional['B']] = None
6616 y: int

Calls

no outgoing calls