|
| __init__ (self, int _off=0, int _size=0) |
|
bool | empty (self) |
|
None | clear (self) |
|
str | dstr (self) |
|
bool | extend_to_cover (self, 'ivl_t' r) |
|
None | intersect (self, 'ivl_t' r) |
|
bool | overlap (self, 'ivl_t' ivl) |
|
bool | includes (self, 'ivl_t' ivl) |
|
bool | contains (self, int off2) |
|
bool | __eq__ (self, 'ivl_t' r) |
|
bool | __ne__ (self, 'ivl_t' r) |
|
bool | __lt__ (self, 'ivl_t' r) |
|
bool | __gt__ (self, 'ivl_t' r) |
|
bool | __le__ (self, 'ivl_t' r) |
|
bool | __ge__ (self, 'ivl_t' r) |
|
int | compare (self, 'ivl_t' r) |
|
bool | valid (self) |
|
'unsigned long long' | end (self) |
|
'unsigned long long' | last (self) |
|
◆ __init__()
__init__ |
( |
| self, |
|
|
int | _off = 0, |
|
|
int | _size = 0 ) |
◆ __eq__()
bool __eq__ |
( |
| self, |
|
|
'ivl_t' | r ) |
◆ __ge__()
bool __ge__ |
( |
| self, |
|
|
'ivl_t' | r ) |
◆ __gt__()
bool __gt__ |
( |
| self, |
|
|
'ivl_t' | r ) |
◆ __le__()
bool __le__ |
( |
| self, |
|
|
'ivl_t' | r ) |
◆ __lt__()
bool __lt__ |
( |
| self, |
|
|
'ivl_t' | r ) |
◆ __ne__()
bool __ne__ |
( |
| self, |
|
|
'ivl_t' | r ) |
◆ clear()
◆ compare()
int compare |
( |
| self, |
|
|
'ivl_t' | r ) |
◆ contains()
bool contains |
( |
| self, |
|
|
int | off2 ) |
◆ dstr()
◆ empty()
◆ extend_to_cover()
bool extend_to_cover |
( |
| self, |
|
|
'ivl_t' | r ) |
◆ includes()
bool includes |
( |
| self, |
|
|
'ivl_t' | ivl ) |
◆ intersect()
None intersect |
( |
| self, |
|
|
'ivl_t' | r ) |
◆ overlap()
bool overlap |
( |
| self, |
|
|
'ivl_t' | ivl ) |
◆ 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: