| Home | Trees | Indices | Help |
|
|---|
|
|
UserDict.DictMixin --+
|
MMIMDict
A class for setting and getting MMIM keyword values. Given an MMIM handle, create an instance as follows:
mydict = MMIMDict(mmim_handle)
Then set any keywords:
mydict[<keywordname>] = <value>
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
Return the value stored in the MMIM handle for the given key (integer or string). Note that if no explicit setting has been made for a keyword that the default value will be returned. |
Set the value for the provided key (integer or string) to <value>. If the key type is an MMIM arglist (array), then the value provided must be an list with elements of the proper type. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Aug 31 21:32:16 2012 | http://epydoc.sourceforge.net |