Home | Trees | Indices | Help |
---|
|
object --+ | Message_base --+ | object --+ | | | monitored.Monitored --+ | Message
The default class for catalog entries.
The interface is inherited from Message_base, but when used through this class it behaves in a special way: the modifications are monitored, such that no new attributes can be created by assignment and all assignments are checked for value types. If you don't need to modify the messages after creation, consider using the faster MessageUnsafe class.
The loosely defined types in the base class (those with a star) are
resolved into one of Mon*
types: Monlist, Monset, Monpair. They
implement some, but not all, of the functionality of their standard
counterparts.
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from |
Instance Variables | |
Inherited from |
Properties | |
Inherited from |
Method Details |
Initializes the message elements by the values in the dictionary. The dictionary keys are like the names of attributes in the interface, and not all must be supplied. Those left out will be initialized to appropriate null values. The monitored sequences should be supplied as their ordinary
counterparts (e.g. a
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jul 24 21:00:27 2014 | http://epydoc.sourceforge.net |