Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/capstone-engine/capstone
/ __str__
Method
__str__
bindings/python/capstone/__init__.py:518–519 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
516
517
if
_python2:
518
def
__str__(self):
519
return
_cs.cs_strerror(self.errno)
520
521
else
:
522
def
__str__(self):
Callers
2
test_class
Function · 0.80
test_class
Function · 0.80
Calls
1
cs_strerror
Method · 0.80
Tested by
2
test_class
Function · 0.64
test_class
Function · 0.64