Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_typing.py1996 def barfoo2(x: CT): ... function
3205 def barfoo2(x: typing.Callable[..., Annotated[List[T], "const"]], function