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

Method _callable_postfix

python/bncompleter.py:124–127  ·  view source on GitHub ↗
(self, val, word)

Source from the content-addressed store, hash-verified

122 return None
123
124 def _callable_postfix(self, val, word):
125 if callable(val) and not inspect.isclass(val):
126 word = word + fnsignature(val)
127 return word
128
129 def global_matches(self, text):
130 """Compute matches when text is a simple name.

Callers 2

global_matchesMethod · 0.95
attr_matchesMethod · 0.95

Calls 1

fnsignatureFunction · 0.85

Tested by

no test coverage detected