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

Class SeparatorField

python/interaction.py:62–74  ·  view source on GitHub ↗

``SeparatorField`` adds vertical separation to the display.

Source from the content-addressed store, hash-verified

60
61
62class SeparatorField:
63 """
64 ``SeparatorField`` adds vertical separation to the display.
65 """
66 def _fill_core_struct(self, value):
67 value.type = FormInputFieldType.SeparatorFormField
68 value.hasDefault = False
69
70 def _fill_core_result(self, value):
71 pass
72
73 def _get_result(self, value):
74 pass
75
76
77class TextLineField:

Callers 2

_get_form_inputMethod · 0.85
get_form_inputFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected