[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- tw.forms.fields.ListMixin:
Mix-in class for containers that use a list to render their fields
- tw.forms.fields.ListForm:
A form that renders it's fields as an unordered list
- formencode.api.NoDefault
- spammcan.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.
- turbogears.controllers.RootController:
Base class for the root of a web application.
- 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.
- spammcan.model.Format
- spammcan.model.Group:
An ultra-simple group definition.
- spammcan.model.Paste
- spammcan.model.Permission:
A relationship that determines what each Group can do.
- tw.core.view.Renderable:
Base class for all objects that the EngineManager can render
- tw.core.base.Widget:
Base class for all widgets.
- tw.forms.fields.ContainerMixin:
A mix-in class for FormFields that contain other FormFields
- tw.forms.fields.Form:
A base class for all forms.
- tw.forms.fields.ListForm:
A form that renders it's fields as an unordered list
- tw.forms.core.InputWidget
- tw.forms.fields.FormField:
Base class for all Widgets that can be attached to a Form or
FieldSet.
- tw.forms.fields.Form:
A base class for all forms.
- tw.forms.fields.ListForm:
A form that renders it's fields as an unordered list
- spammcan.model.Style
- unittest.TestCase:
A class whose instances are single test cases.
- turbogears.testutil.AbstractDBTest:
A database enabled unit testing class.
- turbogears.testutil.DBTestSO
- turbogears.testutil.TGTest:
A WebTest enabled unit testing class.
- spammcan.model.User:
Reasonably basic User definition.
- spammcan.model.Visit:
A visit to your site.
- spammcan.model.VisitIdentity:
A Visit that is linked to a User object.
- list:
list() -> new list list(sequence) -> new list initialized
from sequence's items
- tw.core.meta.WidgetsList:
Syntactic sugar for declaring a list of widgets.
- type:
type(object) -> the object's type type(name, bases, dict) ->
a new type