class documentation
class _AnnotationValueFormatter(_ValueFormatter): (source)
Constructor: _AnnotationValueFormatter(value, ctx)
Special _ValueFormatter
for function annotations.
Method | __init__ |
Undocumented |
Method | __repr__ |
Present the annotation wrapped inside <code> tags. |
Instance Variable | _linker |
Linker. |
Inherited from _ValueFormatter
:
Instance Variable | _colorized |
The colorized value as ParsedDocstring . |