MCPcopy 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_classFunction · 0.80
test_classFunction · 0.80

Calls 1

cs_strerrorMethod · 0.80

Tested by 2

test_classFunction · 0.64
test_classFunction · 0.64