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

Method errno

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

Source from the content-addressed store, hash-verified

1133
1134 # get the last error code
1135 def errno(self):
1136 return _cs.cs_errno(self.csh)
1137
1138 # get the register name, given the register ID
1139 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