Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dinspect.py1275 def formatargandannotation(arg): function
1284 spec = formatargandannotation(arg)
1289 specs.append(formatvarargs(formatargandannotation(varargs)))
1295 spec = formatargandannotation(kwonlyarg)
1300 specs.append(formatvarkw(formatargandannotation(varkw)))