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

Method text

python/interaction.py:54–55  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

52
53 @property
54 def text(self) -> str:
55 return self._text
56
57 @text.setter
58 def text(self, value: str) -> None:

Callers 15

setFilterRegExpMethod · 0.80
setFilterRegExpMethod · 0.80
updateLayoutMethod · 0.80
keyPressEventMethod · 0.80
keyPressEventMethod · 0.80
initImageTableMethod · 0.80
initImageTableMethod · 0.80
keyPressEventMethod · 0.80
runMethod · 0.80
GetClickedBaseAddressMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected