(self)
| 3253 | return '<{} {}>'.format(self.__class__.__name__, self) |
| 3254 | |
| 3255 | def __str__(self): |
| 3256 | return self.format() |
| 3257 | |
| 3258 | def format(self, *, max_width=None, quote_annotation_strings=True): |
| 3259 | """Create a string representation of the Signature object. |