|
IDAPython 9.0
|
Public Member Functions | |
| __init__ (self) | |
| bool | __eq__ (self, 'tagged_line_section_t' r) |
| bool | __ne__ (self, 'tagged_line_section_t' r) |
| bool | valid (self) |
| bool | valid_in (self, str _in) |
| bool | substr (self, str _in, 'tagged_line_section_t' end=None) |
| str | __str__ (self) |
Public Member Functions inherited from line_section_t | |
| bool | contains (self, 'cpidx_t' x) |
| bool | is_open (self) |
| bool | is_closed (self) |
Static Public Attributes | |
| str | tag |
Static Public Attributes inherited from line_section_t | |
| str | start |
| str | length |
Properties | |
| thisown | |
Properties inherited from line_section_t | |
| thisown | |
| __init__ | ( | self | ) |
Reimplemented from line_section_t.
| bool __eq__ | ( | self, | |
| 'tagged_line_section_t' | r ) |
Reimplemented from line_section_t.
| bool __ne__ | ( | self, | |
| 'tagged_line_section_t' | r ) |
Reimplemented from line_section_t.
| str __str__ | ( | self | ) |
| bool substr | ( | self, | |
| str | _in, | ||
| 'tagged_line_section_t' | end = None ) |
| bool valid | ( | self | ) |
Reimplemented from line_section_t.
| bool valid_in | ( | self, | |
| str | _in ) |
|
static |
|
static |