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. |
Retrieve the mmim functions to use in getting and setting the provided key (integer or string). Returns a tuple of key ID and converter/getter/setter functions. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue Apr 26 05:42:14 2016 | http://epydoc.sourceforge.net |