GRASS Programmer's Manual
6.4.3(2013)-r
|
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