|
IDAPython 9.0
|
Public Member Functions | |
| __init__ (self, *args) | |
| bool | set (self, 'func_t' _fnt) |
| ida_idaapi.ea_t | parent (self) |
| bool | first (self) |
| bool | last (self) |
| bool | __next__ (self) |
| bool | prev (self) |
| None | reset_fnt (self, 'func_t' _fnt) |
| __iter__ (self) | |
Static Public Attributes | |
| bool | next = __next__ |
Properties | |
| thisown | |
| __init__ | ( | self, | |
| * | args ) |
| __iter__ | ( | self | ) |
Provide an iterator on function parents
| bool __next__ | ( | self | ) |
| bool first | ( | self | ) |
| bool last | ( | self | ) |
| ida_idaapi.ea_t parent | ( | self | ) |
| bool prev | ( | self | ) |
| None reset_fnt | ( | self, | |
| 'func_t' | _fnt ) |
| bool set | ( | self, | |
| 'func_t' | _fnt ) |
|
static |
|
static |