Labels are what you see on the graph :rtype: str
(self)
| 514 | return self.label() < other.label() |
| 515 | |
| 516 | def label(self): |
| 517 | """ |
| 518 | Labels are what you see on the graph |
| 519 | :rtype: str |
| 520 | """ |
| 521 | return f"{self.display_type}: {self.token}" |
| 522 | |
| 523 | def filename(self): |
| 524 | """ |