Home | Trees | Indices | Help |
|
---|
|
object --+ | attrdef.AttributeDef --+ | attrdef.AtomicAttribute --+ | ReferenceAttribute
An attribute keeping a reference to some other structure
This is a bit messy since the value referred to keeps its original parent, so self.attr.parent!=self for these attributes. This is ok for many applications, but it will certainly not work for, e.g. tables (roughly, it's always trouble when an attribute value's implementation refers to self.parent; this is particularly true for structures having an RDAttribute).
So, before adding a reference attribute, think first whether it wouldn't be wiser to have the real thing and use original to copy things over.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
typeDesc_ =
|
Properties | |
Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
returns a typed python value for the string representation value. value can be expected to be a unicode string.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |