Return a label for the node to be shown in the graph next to the HTML table.
(self, slices)
| 77 | html_table.add_dots() |
| 78 | html_table.add_new_line() |
| 79 | first_col = True |
| 80 | else: |
| 81 | child = children[index] |
| 82 | html_table.add_entry(self, nodes, child, id_to_slices, dashed=slices.is_dashed(index)) |
| 83 | |
| 84 | def get_label(self, slices): |
| 85 | """ |
| 86 | Return a label for the node to be shown in the graph next to the HTML table. |
| 87 | """ |
nothing calls this directly
no test coverage detected