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)
1192 def formatannotation(annotation, base_module=None): function1204 return formatannotation(annotation, module)1214 formatannotation=formatannotation): argument1237 result += ': ' + formatannotation(annotations[arg])1262 result += formatreturns(formatannotation(annotations['return']))2558 formatannotation(self._annotation))3075 anno = formatannotation(self.return_annotation)