You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.1 KiB
1.1 KiB
disco.bot.providers.base
Constants
Classes
BaseProvider
_Inherits From _
Functions
init(self, config)
exists(self, key)
keys(self, other)
get_many(self, keys)
get(self, key)
set(self, key, value)
delete(self, key)
load(self)
save(self)
root(self)
StorageDict
Inherits From UserDict