(self)
| 3260 | return '<{} {}>'.format(self.__class__.__name__, self) |
| 3261 | |
| 3262 | def __str__(self): |
| 3263 | return self.format() |
| 3264 | |
| 3265 | def format(self, *, max_width=None, quote_annotation_strings=True): |
| 3266 | """Create a string representation of the Signature object. |