bound attribute: initialize with relname=None if
implicit.
Methods
|
|
__init__
__repr__
attribute
domain
equate
initargs
relbind
uncache
value
|
|
__init__
|
__init__ (
self,
rel,
name,
)
|
|
__repr__
|
__repr__ ( self )
|
|
attribute
|
attribute ( self )
return (rename, attribute) for self.
|
|
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 value of self in context (bound tuple).
currently assume only value needing wrapping is string
|
|