Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Dinspect.py1234 def formatargandannotation(arg): function
1243 spec = formatargandannotation(arg)
1248 specs.append(formatvarargs(formatargandannotation(varargs)))
1254 spec = formatargandannotation(kwonlyarg)
1259 specs.append(formatvarkw(formatargandannotation(varkw)))