MCPcopy Create free account
hub / github.com/Vector35/binaryninja-api / show

Method show

python/flowgraph.py:849–855  ·  view source on GitHub ↗

``show`` displays the graph in a new tab in the UI. :param str title: Title to show in the new tab

(self, title)

Source from the content-addressed store, hash-verified

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 """

Callers 7

contextMenuEventMethod · 0.80
contextMenuEventMethod · 0.80
contextMenuEventMethod · 0.80
contextMenuEventMethod · 0.80
show_tooltip_popupFunction · 0.80
contextMenuEventMethod · 0.80
contextMenuEventMethod · 0.80

Calls 1

show_graph_reportMethod · 0.45

Tested by

no test coverage detected