Home
last modified time | relevance | path

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

/external/python/typing/typing_extensions/src/
Dtest_typing_extensions.py1994 def barfoo3(x: BA2): ... function
1996 get_type_hints(barfoo3, globals(), locals(), include_extras=True)["x"],
/external/python/cpython3/Lib/test/
Dtest_typing.py3292 def barfoo3(x: BA2): ... function
3294 get_type_hints(barfoo3, globals(), locals(), include_extras=True)["x"],