``show`` displays the graph in a new tab in the UI. :param str title: Title to show in the new tab
(self, title)
| 847 | core.BNClearFlowGraphNodes(self.handle) |
| 848 | |
| 849 | def show(self, title): |
| 850 | """ |
| 851 | ``show`` displays the graph in a new tab in the UI. |
| 852 | |
| 853 | :param str title: Title to show in the new tab |
| 854 | """ |
| 855 | interaction.show_graph_report(title, self) |
| 856 | |
| 857 | def update(self): |
| 858 | """ |
no test coverage detected