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

Method __init__

bindings/python/capstone/__init__.py:514–515  ·  view source on GitHub ↗
(self, errno)

Source from the content-addressed store, hash-verified

512# access to error code via @errno of CsError
513class CsError(Exception):
514 def __init__(self, errno):
515 self.errno = errno
516
517 if _python2:
518 def __str__(self):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected