| Trees | Indices | Help | 
 | 
|---|
|  | 
object --+
         |
        DriverState
This is a convenience wrapper to access values from the 'state' table of
GlideDB as properties of the DriverState object. For example,
    DriverState(db).foo
is equivalent to
    db.getStateValue("foo")
| 
 | |||
| 
 | |||
| 
 | |||
| 
 | |||
| Inherited from  | |||
| 
 | |||
| 
 | |||
| 
 x.__init__(...) initializes x; see help(type(x)) for signature 
 | 
| 
 x.__setattr__('name', value) <==> x.name = value 
 | 
| Trees | Indices | Help | 
 | 
|---|
| Generated by Epydoc 3.0.1 on Wed Aug 3 07:59:37 2016 | http://epydoc.sourceforge.net |