Home
last modified time | relevance | path

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

/third_party/python/Lib/
Dinspect.py1357 def formatannotation(annotation, base_module=None): function
1371 return formatannotation(annotation, module)
1381 formatannotation=formatannotation): argument
1404 result += ': ' + formatannotation(annotations[arg])
1429 result += formatreturns(formatannotation(annotations['return']))
2721 formatannotation(self._annotation))
3239 anno = formatannotation(self.return_annotation)