[ Module Hierarchy
| Class Hierarchy ]
Class Hierarchy
- cgi.FieldStorage:
Store a sequence of fields, reading multipart/form-data.
- ConfigParser.RawConfigParser
- ConfigParser.ConfigParser
- object:
The most base type
- circuits.core.Event:
Create a new Event Object
- circuits.web.headers.HeaderElement:
An element (with parameters) from an HTTP header's element list.
- circuits.web.wrappers.Host:
An internet address.
- circuits.core.Manager:
Manager
- circuits.web.wrappers.Request:
Creates a new Request object to hold information about a request.
- circuits.web.wrappers.Response:
Response(sock, request) -> new Response object
- dict:
dict() -> new empty dictionary
dict(mapping) -> new dictionary initialized from a mapping object's
(key, value) pairs
dict(iterable) -> new dictionary initialized as if via:
d = {}
for k, v in iterable:
d[k] = v
dict(**kwargs) -> new dictionary initialized with the name=value pairs
in the keyword argument list.
- type:
type(object) -> the object's type type(name, bases, dict) ->
a new type