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

Method skipdata_setup

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

Source from the content-addressed store, hash-verified

1019
1020 @property
1021 def skipdata_setup(self):
1022 return (self._skipdata_mnem,) + self._skipdata_cb
1023
1024
1025 @skipdata_setup.setter

Callers

nothing calls this directly

Calls 2

CsErrorClass · 0.85
cs_optionMethod · 0.80

Tested by

no test coverage detected