Home
last modified time | relevance | path

Searched refs:with_union (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_typing.py5393 def with_union(x: int | list[Annotated[str, 'meta']]): ... function
5395 self.assertEqual(get_type_hints(with_union), {'x': int | list[str]})
5397 get_type_hints(with_union, include_extras=True),

Completed in 11 milliseconds