Trees | Indices | Help |
|
---|
|
object --+ | MMKVArgList
A class to provide list-like access to MMKV/MMIM array properties.
Like an actual Python list, indices start at 0, not 1. Unlike a Python list, at this time negative indices and slices are not supported.
Note that while this class requires an MMKV/MMIM handle, it neither initiates nor terminates the mmkv library.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
Create an instance from the MMKV/MMIM handle and key (int or string). Takes functions to get and set indexed values, and a function to determine the length. If these are not provided, they are looked up based on the key provided. get_len and set_len methods should be defined for array types only.
|
Append a new value to the current MMKV arglist.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Wed Oct 26 00:59:56 2016 | http://epydoc.sourceforge.net |