Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dinspect.py1401 def formatargandannotation(arg): function
1410 spec = formatargandannotation(arg)
1415 specs.append(formatvarargs(formatargandannotation(varargs)))
1421 spec = formatargandannotation(kwonlyarg)
1426 specs.append(formatvarkw(formatargandannotation(varkw)))