couchpotato.core.notifications.core.index module

class couchpotato.core.notifications.core.index.NotificationIndex(*args, **kwargs)[source]

Bases: CodernityDB.tree_index.TreeBasedIndex

custom_header = 'from CodernityDB.tree_index import TreeBasedIndex\nimport time'
make_key(key)[source]
make_key_value(data)[source]
class couchpotato.core.notifications.core.index.NotificationUnreadIndex(*args, **kwargs)[source]

Bases: CodernityDB.tree_index.TreeBasedIndex

custom_header = 'from CodernityDB.tree_index import TreeBasedIndex\nimport time'
make_key(key)[source]
make_key_value(data)[source]