Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
62
def
fnsignature(obj):
63
try
:
64
sig = str(inspect.signature(obj))
65
except
:
66
sig =
"()"
67
return
sig
68
69
70
class
Completer:
Callers
1
_callable_postfix
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected