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

Method get_large_choice_input

python/interaction.py:777–778  ·  view source on GitHub ↗
(self, prompt, title, choices)

Source from the content-addressed store, hash-verified

775 return NotImplemented
776
777 def get_large_choice_input(self, prompt, title, choices):
778 return NotImplemented
779
780 def get_open_filename_input(self, prompt, ext):
781 return get_text_line_input(prompt, "Open File")

Callers 2

set_follow_regFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected