Index

_ | A | B | C | D | E | F | G | H | I | K | L | M | P | Q | R | S | T | U | V | W | Z

_

__and__() (sider.set.Set method)
__call__() (sider.transaction.Transaction method)
__contains__() (sider.hash.Hash method)
(sider.set.Set method)
(sider.sortedset.SortedSet method)
__delitem__() (sider.hash.Hash method)
(sider.sortedset.SortedSet method)
__ge__() (sider.set.Set method)
__getitem__() (sider.hash.Hash method)
(sider.sortedset.SortedSet method)
__gt__() (sider.set.Set method)
__iand__() (sider.set.Set method)
__ior__() (sider.set.Set method)
__isub__() (sider.set.Set method)
__iter__() (sider.hash.Hash method)
(sider.transaction.Transaction method)
__ixor__() (sider.set.Set method)
__le__() (sider.set.Set method)
__len__() (sider.hash.Hash method)
(sider.set.Set method)
(sider.sortedset.SortedSet method)
__lt__() (sider.set.Set method)
__or__() (sider.set.Set method)
__setitem__() (sider.hash.Hash method)
(sider.sortedset.SortedSet method)
__sub__() (sider.set.Set method)
__weakref__ (sider.transaction.Transaction attribute)
__xor__() (sider.set.Set method)

A

add() (sider.set.Set method)
(sider.sortedset.SortedSet method)
append() (sider.list.List method)

B

begin_commit() (sider.transaction.Transaction method)
Boolean (class in sider.types)
Bulk (class in sider.types)
ByteString (class in sider.types)

C

clear() (sider.hash.Hash method)
(sider.set.Set method)
(sider.sortedset.SortedSet method)
CommitError
ConflictError
current_transaction (sider.session.Session attribute)

D

Date (class in sider.types)
DATE_FORMAT (sider.types.Date attribute)
DATE_PATTERN (sider.types.Date attribute)
DateTime (class in sider.types)
datetime (in module sider.lazyimport)
DATETIME_PATTERN (sider.types.DateTime attribute)
decode() (sider.types.Bulk method)
DeferredModule (class in sider.lazyimport)
difference() (sider.set.Set method)
difference_update() (sider.set.Set method)
discard() (sider.set.Set method)
(sider.sortedset.SortedSet method)
DoubleTransactionError

E

encode() (sider.types.Bulk method)
ensure_value_type() (sider.types.Value class method)
exceptions (in module sider.lazyimport)
extend() (sider.list.List method)

F

field_types (sider.types.Tuple attribute)
FixedOffset (class in sider.datetime)
format_commit_stack() (sider.transaction.Transaction method)
format_enter_stack() (sider.transaction.Transaction method)

G

get() (sider.session.Session method)
get_ident() (in module sider.threadlocal)

H

Hash (class in sider.hash)
(class in sider.types)
hash (in module sider.lazyimport)

I

insert() (sider.list.List method)
Integer (class in sider.types)
intersection() (sider.set.Set method)
intersection_update() (sider.set.Set method)
isdisjoint() (sider.set.Set method)
issubset() (sider.set.Set method)
issuperset() (sider.set.Set method)
items() (sider.hash.Hash method)
(sider.sortedset.SortedSet method)

K

key_type (sider.hash.Hash attribute)
keys() (sider.hash.Hash method)
(sider.sortedset.SortedSet method)

L

least_common() (sider.sortedset.SortedSet method)
List (class in sider.list)
(class in sider.types)
list (in module sider.lazyimport)
load_value() (sider.types.Value method)
LocalDict (class in sider.threadlocal)

M

manipulative() (in module sider.transaction)
mark_manipulative() (sider.session.Session method)
mark_query() (sider.session.Session method)
MAX_PRECISION (sider.datetime.FixedOffset attribute)
MIN_PRECISION (sider.datetime.FixedOffset attribute)
most_common() (sider.sortedset.SortedSet method)

P

parse_datetime() (sider.types.DateTime method)
parse_time() (sider.types.Time method)
PerformanceWarning
pop() (sider.list.List method)
(sider.set.Set method)
(sider.sortedset.SortedSet method)
popitem() (sider.sortedset.SortedSet method)
Python Enhancement Proposals
PEP 333, [1]

Q

query() (in module sider.transaction)

R

referer_set (sider_wsgi_referer_stat.RefererStatMiddleware attribute)
RefererStatMiddleware (class in sider_wsgi_referer_stat)
RFC
RFC 3339, [1], [2], [3], [4], [5]

S

save_value() (sider.types.Value method)
server_version (sider.session.Session attribute)
server_version_info (sider.session.Session attribute)
Session (class in sider.session)
session (in module sider.lazyimport)
Set (class in sider.set)
(class in sider.types)
set (in module sider.lazyimport)
set() (sider.session.Session method)
setdefault() (sider.hash.Hash method)
(sider.sortedset.SortedSet method)
sider (module)
sider.datetime (module)
sider.exceptions (module)
sider.ext (module)
sider.hash (module)
sider.lazyimport (module)
sider.list (module)
sider.session (module)
sider.set (module)
sider.sortedset (module)
sider.threadlocal (module)
sider.transaction (module)
sider.types (module)
sider.version (module)
sider.warnings (module)
sider_wsgi_referer_stat (module)
SiderError
SiderWarning
SortedSet (class in sider.sortedset)
(class in sider.types)
sortedset (in module sider.lazyimport)
stat_application() (sider_wsgi_referer_stat.RefererStatMiddleware method)
symmetric_difference() (sider.set.Set method)
symmetric_difference_update() (sider.set.Set method)

T

Time (class in sider.types)
TIME_PATTERN (sider.types.Time attribute)
TimeDelta (class in sider.types)
TIMEDELTA_PATTERN (sider.types.TimeDelta attribute)
total_seconds() (in module sider.datetime)
Transaction (class in sider.transaction)
transaction (in module sider.lazyimport)
(sider.session.Session attribute)
Transaction.block() (in module sider.transaction)
TransactionError
TransactionWarning
Tuple (class in sider.types)
types (in module sider.lazyimport)
TZDateTime (class in sider.types)
TZTime (class in sider.types)

U

UnicodeString (class in sider.types)
union() (sider.set.Set method)
update() (sider.hash.Hash method)
(sider.set.Set method)
(sider.sortedset.SortedSet method)
Utc (class in sider.datetime)
UTC (in module sider.datetime)
utcnow() (in module sider.datetime)

V

Value (class in sider.types)
value_type (sider.hash.Hash attribute)
(sider.list.List attribute)
(sider.sortedset.SortedSet attribute)
values() (sider.hash.Hash method)
(sider.sortedset.SortedSet method)
verbose_transaction_error (sider.session.Session attribute)
version (in module sider.lazyimport)
VERSION (in module sider.version)
VERSION_INFO (in module sider.version)

W

warnings (in module sider.lazyimport)
watch() (sider.transaction.Transaction method)

Z

ZERO_DELTA (in module sider.datetime)