errbot.storage package¶
Submodules¶
Module contents¶
- exception errbot.storage.StoreAlreadyOpenError[source]¶
Bases:
StoreException
- class errbot.storage.StoreMixin[source]¶
Bases:
MutableMapping
This class handle the basic needs of bot plugins and core like loading, unloading and creating a storage
- exception errbot.storage.StoreNotOpenError[source]¶
Bases:
StoreException
Previous: errbot.rendering.xhtmlim module
|
Next: errbot.storage.base module