Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/typinganndata/
Dann_module695.py29 def generic_function[T, *Ts, **P]( function
63 def generic_function[Eggs, **Spam](x: Eggs, y: Spam): pass function
/external/python/cpython3/Lib/test/test_inspect/
Dinspect_stringized_annotations_pep695.py29 def generic_function[T, *Ts, **P]( function
70 def generic_function[Eggs, **Spam](x: Eggs, y: Spam): pass function