MCPcopy Create free account
hub / github.com/capstone-engine/capstone / errno

Method errno

bindings/python/capstone/__init__.py:797–798  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

795
796 # get the last error code
797 def errno(self):
798 return _cs.cs_errno(self._cs.csh)
799
800 # get the register name, given the register ID
801 def reg_name(self, reg_id, default=None):

Callers

nothing calls this directly

Calls 1

cs_errnoMethod · 0.80

Tested by

no test coverage detected