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

Class C1

Lib/test/test_typing.py:5198–5199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5196 # See https://bugs.python.org/issue41370
5197
5198 class C1:
5199 a: list['C1']
5200 self.assertEqual(
5201 get_type_hints(C1, globals(), locals()),
5202 {'a': list[C1]}

Calls

no outgoing calls