Home
last modified time | relevance | path

Searched refs:annotated_with_none_default (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_typing.py5430 def annotated_with_none_default(x: Annotated[int, 'data'] = None): ... function
5432 get_type_hints(annotated_with_none_default),
5436 get_type_hints(annotated_with_none_default, include_extras=True),