|
|
|
|
area_t
|
__init__(self)
__init__(self, ea_t ea1, ea_t ea2) -> area_t |
|
|
|
|
compare(self,
*args)
compare(self, area_t r) -> int |
|
|
|
|
__eq__(self,
*args)
__eq__(self, area_t r) -> bool |
|
|
|
|
__ne__(self,
*args)
__ne__(self, area_t r) -> bool |
|
|
|
|
__gt__(self,
*args)
__gt__(self, area_t r) -> bool |
|
|
|
|
__lt__(self,
*args)
__lt__(self, area_t r) -> bool |
|
|
|
|
contains(self,
*args)
contains(self, ea_t ea) -> bool contains(self, area_t r) ->
bool |
|
|
|
|
overlaps(self,
*args)
overlaps(self, area_t r) -> bool |
|
|
|
|
|
|
bool
|
|
|
asize_t
|
|
|
|
intersect(self,
*args)
intersect(self, area_t r) |
|
|
|
|
extend(self,
*args)
extend(self, ea_t ea) |
|
|
|
Inherited from object:
__delattr__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__setattr__,
__str__
|