Home
last modified time | relevance | path

Searched defs:generic_function_2 (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Lib/test/typinganndata/
Dann_module695.py34 def generic_function_2[Eggs, **Spam](x: Eggs, y: Spam): pass function
/external/python/cpython3/Lib/test/test_inspect/
Dinspect_stringized_annotations_pep695.py34 def generic_function_2[Eggs, **Spam](x: Eggs, y: Spam): pass function