Return a label for the node to be shown in the graph next to the HTML table.
(self, slices)
| 130 | pass |
| 131 | |
| 132 | def get_label(self, slices): |
| 133 | """ |
| 134 | Return a label for the node to be shown in the graph next to the HTML table. |
| 135 | """ |
| 136 | return self.get_type_name() |
no test coverage detected