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

Function fnsignature

python/bncompleter.py:62–67  ·  view source on GitHub ↗
(obj)

Source from the content-addressed store, hash-verified

60
61
62def fnsignature(obj):
63 try:
64 sig = str(inspect.signature(obj))
65 except:
66 sig = "()"
67 return sig
68
69
70class Completer:

Callers 1

_callable_postfixMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected