Home
Trees
Indices
Help
[
hide private
]
[
frames
] |
no frames
]
[
Module Hierarchy
|
Class Hierarchy
]
Class Hierarchy
object
:
The most base type
exceptions.BaseException
:
Common base class for all exceptions
exceptions.Exception
:
Common base class for all non-exit exceptions.
snakelegs.exceptions.NotConnectedException
snakelegs.fields.BaseField
:
The base class for all database field objects.
snakelegs.fields.BooleanField
:
A field that takes a boolean value.
snakelegs.fields.DateTimeField
:
A field that takes a date, time, ordatetime value.
snakelegs.fields.DecimalField
:
A string that takes a Decimal or float value
snakelegs.fields.DictField
:
A field that takes a python dictionary.
snakelegs.fields.IntField
:
A string that takes an int value
snakelegs.fields.ListField
:
A field that takes a sequence of objects.
snakelegs.fields.ReferenceField
:
A field holding a reference to another document of type ref_type.
snakelegs.fields.StringField
:
A field that takes a string value
snakelegs.fields.RegexField
:
A subclass of StringField that validates against a regular expression.
snakelegs.document.Document
:
Base class for all models.
snakelegs.user.User
:
A User model.
Home
Trees
Indices
Help
Generated by Epydoc 3.0.1 on Fri May 20 23:31:51 2011
http://epydoc.sourceforge.net