| Method Summary |
| |
value(self,
contexts)
|
| Inherited from BoundExpression |
| |
__init__(self,
left,
right)
|
| |
__add__(self,
other)
|
| |
__coerce__(self,
other)
|
| |
__div__(self,
other)
|
| |
__mul__(self,
other)
|
| |
__neg__(self)
|
| |
__repr__(self)
|
| |
__sub__(self,
other)
|
| |
attribute(self)
|
| |
domain(self)
|
| |
equate(self,
other)
return predicate equating self and other. |
| |
initargs(self)
|
| |
le(self,
other)
predicate self<=other... |
| |
lt(self,
other)
predicate self<other... |
| |
relbind(self,
dict,
db)
|
| |
uncache(self)
prepare for execution, clear cached data. |
| Inherited from SimpleRecursive |
| |
demarshal(self,
args)
|
| |
marshaldata(self)
|