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

Method get_choice_input

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

Source from the content-addressed store, hash-verified

772 return get_int_input(prompt, title)
773
774 def get_choice_input(self, prompt, title, choices):
775 return NotImplemented
776
777 def get_large_choice_input(self, prompt, title, choices):
778 return NotImplemented

Callers 1

_get_choice_inputMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected