Methods
|
|
|
|
__add__
|
__add__ ( self, other )
|
|
__div__
|
__div__ ( self, other )
|
|
__hash__
|
__hash__ ( self )
|
|
__init__
|
__init__ ( self, value )
|
|
__mul__
|
__mul__ ( self, other )
|
|
__neg__
|
__neg__ ( self )
|
|
__repr__
|
__repr__ ( self )
|
|
__sub__
|
__sub__ ( self, other )
|
|
attribute
|
attribute ( self )
invent a pair to identify a constant
|
|
domain
|
domain ( self )
|
|
equate
|
equate ( self, other )
eventually add converters...
|
|
initargs
|
initargs ( self )
|
|
relbind
|
relbind (
self,
dict,
db,
)
already bound!
|
|
uncache
|
uncache ( self )
|
|
value
|
value ( self, contexts )
return the constant value associated with self.
currently assume only value needing wrapping is string
|
|