Module pyatv.storage.memory_storage
Memory storage module.
Classes
class MemoryStorage
-
Memory based storage module.
This storage module stores settings in memory and everything stored with it will be forgotten when restarting the python interpreter.
Initialize a new AbstractStorage instance.
Ancestors
- AbstractStorage
- Storage
- abc.ABC
Inherited members