GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
Public Member Functions | |
def | __getattr__ |
def | __setattr__ |
A general-purpose key-value store. KeyValue is a subclass of dict, but also allows entries to be read and written using attribute syntax. Example: \code >>> region = grass.region() >>> region['rows'] 477 >>> region.rows 477 \endcode