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

Class C1

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

Source from the content-addressed store, hash-verified

5089 # See https://bugs.python.org/issue41370
5090
5091 class C1:
5092 a: list['C1']
5093 self.assertEqual(
5094 get_type_hints(C1, globals(), locals()),
5095 {'a': list[C1]}

Calls

no outgoing calls