Searched refs:formatannotation (Results 1 – 3 of 3) sorted by relevance
13 self.assertEqual(funcsigs.formatannotation("annotation"),17 self.assertEqual(funcsigs.formatannotation(int),22 self.assertEqual(funcsigs.formatannotation(dummy),
31 def formatannotation(annotation, base_module=None): function316 formatannotation(self._annotation))815 anno = formatannotation(self.return_annotation)
1233 def formatannotation(annotation, base_module=None): function1245 return formatannotation(annotation, module)1255 formatannotation=formatannotation): argument1278 result += ': ' + formatannotation(annotations[arg])1303 result += formatreturns(formatannotation(annotations['return']))2606 formatannotation(self._annotation))3122 anno = formatannotation(self.return_annotation)