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

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

Functions

init(self, parent_or_provider, key)

keys(self)

values(self)

items(self)

ensure(self, key, typ)

update(self, obj)

data(self)

key(self)

setitem(self, key, value)

getitem(self, key)

delitem(self, key)

contains(self, key)

Functions

join_key(*args)

true_key(key)