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

Method __repr__

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

Source from the content-addressed store, hash-verified

640 ctypes.memmove(ctypes.byref(self._raw.detail[0]), ctypes.byref(all_info.detail[0]), ctypes.sizeof(type(all_info.detail[0])))
641
642 def __repr__(self):
643 return '<CsInsn 0x%x [%s]: %s %s>' % (self.address, self.bytes.hex(), self.mnemonic, self.op_str)
644
645 # return instruction's ID.
646 @property

Callers

nothing calls this directly

Calls 1

hexMethod · 0.45

Tested by

no test coverage detected