[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- formencode.api.NoDefault
- eggbasket.rest.Warnings
- object:
The most base type
- exceptions.BaseException:
Common base class for all exceptions
- exceptions.Exception:
Common base class for all non-exit exceptions.
- turbogears.controllers.Controller:
Base class for a web application's controller.
- formencode.declarative.Declarative
- formencode.api.Validator:
The base class of most validators.
- formencode.api.FancyValidator:
FancyValidator is the (abstract) superclass for various validators
and converters.
- formencode.schema.Schema:
A schema validates a dictionary of values, applying different
validators (be key) to the different values.
- turbogears.validators.Schema:
Modified Schema validator for TurboGears.
- eggbasket.validators.ValidPackage:
Validator checking if a package name refers to a valid package directory.
- eggbasket.validators.ValidPackageFile:
Validator checking if a file name refers to a valid package file.
- eggbasket.model.Group:
An ultra-simple group definition.
- turbogears.identity.conditions.IdentityPredicateHelper:
A mix-in helper class for Identity Predicates.
- eggbasket.odict.Items:
Custom object for accessing the items of an OrderedDict.
- eggbasket.odict.Keys:
Custom object for accessing the keys of an OrderedDict.
- eggbasket.model.Package:
A simple container class for holding information about package
releases.
- eggbasket.model.Permission:
A relationship that determines what each Group can do.
- turbogears.identity.conditions.Predicate:
Generic base class for testing true or false for a condition.
- turbogears.identity.conditions.SecureResource
- unittest.TestCase:
A class whose instances are single test cases.
- eggbasket.model.User:
Reasonably basic User definition.
- eggbasket.odict.Values:
Custom object for accessing the values of an OrderedDict.
- eggbasket.model.Visit:
A visit to your site.
- eggbasket.model.VisitIdentity:
A Visit that is link to a User object
- dict:
dict() -> new empty dictionary.
- type:
type(object) -> the object's type type(name, bases, dict) ->
a new type