Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vector35/binaryninja-api
/ __str__
Method
__str__
python/binaryview.py:2320–2322 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2318
return
self.__str__()
2319
2320
def
__str__(self):
2321
description = self.description()
2322
return
self.format_description(description)
2323
2324
def
__len__(self):
2325
mm_json = self.description()
Callers
1
__repr__
Method · 0.95
Calls
2
description
Method · 0.95
format_description
Method · 0.95
Tested by
no test coverage detected