| Method Summary |
| |
__init__(self,
*args)
__init__(self) -> hidden_area_t |
| |
__del__(self,
destroy)
__del__(self) |
| |
__getattr__(self,
name)
|
| |
__repr__(self)
|
| |
__setattr__(self,
name,
value)
|
| Inherited from area_t |
| |
__eq__(*args)
__eq__(self, area_t r) -> bool |
| |
__gt__(*args)
__gt__(self, area_t r) -> bool |
| |
__lt__(*args)
__lt__(self, area_t r) -> bool |
| |
__ne__(*args)
__ne__(self, area_t r) -> bool |
| |
compare(*args)
compare(self, area_t r) -> int |
| |
contains(*args)
contains(self, ea_t ea) -> bool contains(self, area_t r) ->
bool |
| |
empty(*args)
empty(self) -> bool |
| |
intersect(*args)
intersect(self, area_t r) |
| |
size(*args)
size(self) -> asize_t |
| Inherited from object |
| |
__delattr__(...)
x.__delattr__('name') <==> del x.name |
| |
__getattribute__(...)
x.__getattribute__('name') <==> x.name |
| |
__hash__(x)
x.__hash__() <==> hash(x) |
| |
__new__(T,
S,
...)
T.__new__(S, ...) -> a new object with type S, a subtype of T |
| |
__reduce__(...)
helper for pickle |
| |
__reduce_ex__(...)
helper for pickle |
| |
__str__(x)
x.__str__() <==> str(x) |