Home | Trees | Index | Help |
|
---|
Package lemon :: Package external :: Package gadfly :: Module semantics :: Class BoundAttribute |
|
SimpleRecursive
--+ |BoundExpression
--+ | BoundAttribute
bound attribute: initialize with relname=None if implicit.
Method Summary | |
---|---|
__init__(self,
rel,
name)
| |
__repr__(self)
| |
return (rename, attribute) for self. | |
domain(self)
| |
return predicate equating self and other. | |
initargs(self)
| |
relbind(self,
dict,
db)
| |
prepare for execution, clear cached data. | |
return value of self in context (bound tuple). | |
Inherited from BoundExpression | |
| |
| |
| |
| |
| |
| |
predicate self<=other... | |
predicate self<other... | |
Inherited from SimpleRecursive | |
| |
|
Class Variable Summary | |
---|---|
int |
contains_aggregate = 0 |
Method Details |
---|
attribute(self)return (rename, attribute) for self. |
equate(self, other)return predicate equating self and other. Overload for special cases, please!
|
uncache(self)prepare for execution, clear cached data.
|
value(self, contexts)return value of self in context (bound tuple). |
Class Variable Details |
---|
contains_aggregate
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Mon Nov 10 15:07:48 2003 | http://epydoc.sf.net |