Home | Trees | Indices | Help |
|
---|
|
object --+ | base.attrdef.AttributeDef --+ | base.attrdef.AtomicAttribute --+ | base.complexattrs.CollOfAtomsAttribute --+ | base.complexattrs.SetOfAtomsAttribute --+ | MixinAttribute
An attribute defining a mixin.
This currently is only offered on tables, though in principle we could have it anywhere now, but we'd want some compatibility checking then.
This is never copyable since this would meaning playing the same stuff into an object twice.
This means trouble for magic scripts (in particular processLate); e.g., if you copy a table mixing in products, the data element for that table will not receive the product table. Goes to show the whole product mess is ugly and needs a good idea.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from Inherited from Inherited from |
Properties | |
Inherited from Inherited from |
Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
|
returns an iterator over (name, method) pairs that should be inserted in the parent class.
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu May 2 07:29:09 2019 | http://epydoc.sourceforge.net |