MCPcopy Index your code
hub / github.com/RustPython/RustPython / A

Class A

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

Source from the content-addressed store, hash-verified

6557 return None
6558
6559class A:
6560 y: float
6561class B(A):
6562 x: ClassVar[Optional['B']] = None
6563 y: int

Calls

no outgoing calls