|
|
|
|
areacb_t
|
__init__(self)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature |
|
|
|
|
|
|
|
|
|
bool
|
| create(self,
file,
name,
_infosize) |
|
|
|
bool
|
|
|
bool
|
| del_area(self,
ea,
delcmt= True) |
|
|
|
|
| del_area_cmt(self,
a,
repeatable) |
|
|
|
area_t
|
|
|
int
|
| for_all_areas2(self,
ea1,
ea2,
av) |
|
|
|
area_t
|
|
|
char
|
| get_area_cmt(self,
a,
repeatable) |
|
|
|
int
|
|
|
uint
|
|
|
int
|
|
|
int
|
|
|
area_t
|
|
|
|
|
|
area_t
|
|
|
bool
|
| link(self,
file,
name,
_infosize) |
|
|
|
|
| make_hole(self,
ea1,
ea2,
create_tail_area) |
|
|
|
bool
|
| may_end_at(self,
n,
newend) |
|
|
|
bool
|
| may_start_at(self,
n,
newstart) |
|
|
|
area_t
|
|
|
ea_t
|
| prepare_to_create(self,
start,
end) |
|
|
|
area_t
|
|
|
bool
|
| resize_areas(self,
n,
newstart) |
|
|
|
|
|
|
bool
|
| set_area_cmt(self,
a,
cmt,
repeatable) |
|
|
|
bool
|
|
|
bool
|
| set_start(self,
n,
newstart) |
|
|
|
|
|
|
bool
|
|
|
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|