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

Method op_str

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

Source from the content-addressed store, hash-verified

674 # return instruction's operands (in string).
675 @property
676 def op_str(self):
677 if self._cs._diet:
678 # Diet engine cannot provide @op_str.
679 raise CsError(CS_ERR_DIET)
680
681 return self._raw.op_str.decode('ascii')
682
683 # return list of all implicit registers being read.
684 @property

Callers

nothing calls this directly

Calls 1

CsErrorClass · 0.85

Tested by

no test coverage detected