| Method Summary |
| |
__init__(self,
name,
list,
type)
|
| |
__add__(self,
other)
|
| |
__and__(self,
other)
|
| |
__div__(self,
other)
|
| |
__eq__(self,
other)
|
| |
__ge__(self,
other)
|
| |
__gt__(self,
other)
|
| |
__invert__(self)
|
| |
__le__(self,
other)
|
| |
__lt__(self,
other)
|
| |
__mod__(self,
other)
|
| |
__mul__(self,
other)
|
| |
__ne__(self,
other)
|
| |
__or__(self,
other)
|
| |
__pow__(self,
other)
|
| |
__repr__(self)
|
| |
__str__(self)
|
| |
__sub__(self,
other)
|
| |
checkTypes(self,
left,
right)
|
| |
logical(self,
left,
right,
operator)
|
| |
merge(self,
name,
list)
|
| |
operator(self,
left,
right,
operator)
|
| |
prepend(self,
right,
operator)
|