Package pyneo :: Package interfaces :: Module storage :: Class Storage
[frames] | no frames]

Class Storage


Interface that is implemented by dbus-objects that are a persistant storage or database.
Instance Methods
 
DeleteAll(self, ok_cb, error_cb)
 
List(self, filter, ok_cb, error_cb)
 
ListAll(self, ok_cb, error_cb)
 
New(self, *args, **keywords)
 
Store(self, number, text, ok_cb, error_cb)

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Properties

Inherited from object: __class__

Method Details

DeleteAll(self, ok_cb, error_cb)

 
Decorators:
  • @method(DIN_STORAGE, '', '', async_callbacks= ('ok_cb', 'error_cb'))

List(self, filter, ok_cb, error_cb)

 
Decorators:
  • @method(DIN_STORAGE, '', 'a{sa{sv}}', async_callbacks= ('ok_cb', 'error_cb'))

ListAll(self, ok_cb, error_cb)

 
Decorators:
  • @method(DIN_STORAGE, '', 'a{sa{sv}}', async_callbacks= ('ok_cb', 'error_cb'))

New(self, *args, **keywords)

 
Decorators:
  • @notify(DIN_STORAGE, 'a{sv}')

Store(self, number, text, ok_cb, error_cb)

 
Decorators:
  • @method(DIN_STORAGE, 'ss', '', async_callbacks= ('ok_cb', 'error_cb'))