Lines Matching refs:annotation
54 annotation = None
62 annotation = None
64 annotation = arg.type.declaration_code('', for_display=1)
66 annotation += ' | None'
67 if arg.annotation:
68 annotation = self._fmt_annotation(arg.annotation)
69 annotation = self._select_format(annotation, None)
70 if annotation:
71 doc = doc + (': %s' % annotation)
82 if arg.annotation:
83 annotation = self._fmt_annotation(arg.annotation)
84 arg_doc = arg_doc + (': %s' % annotation)