◆ __init__()
__init__ |
( |
| self, |
|
|
* | args ) |
◆ __disown__()
◆ get_user_defined_prefix()
None get_user_defined_prefix |
( |
| self, |
|
|
ida_idaapi.ea_t | ea, |
|
|
'insn_t const &' | insn, |
|
|
int | lnnum, |
|
|
int | indent, |
|
|
str | line ) |
This callback must be overridden by the derived class.
@param ea: the current address
@param insn: the current instruction. if the current item is not an instruction, then insn.itype is zero.
@param lnnum: number of the current line (each address may have several listing lines for it). 0 means the very first line for the current address.
@param indent: see explanations for gen_printf()
@param line: the line to be generated. the line usually contains color tags. this argument can be examined to decide whether to generate the prefix.
◆ thisown
Initial value:= property(lambda x: x.this.own(), lambda x, v: x.this.own(v),
doc='The membership flag')
The documentation for this class was generated from the following file: