webob


Attributes

a month

datetime.timedelta(30)

a day

datetime.timedelta(1)

a minute

datetime.timedelta(0, 60)

a second

datetime.timedelta(0, 1)

a year

datetime.timedelta(365)

a hour

datetime.timedelta(0, 3600)

a week

datetime.timedelta(7)

a UTC

UTC

Functions

f html_escape(s) ...

HTML-escape a string or object

This converts any non-string objects passed into it to strings (actually, using unicode()). All values returned are non-unicode strings (using &#num; entities for all non-ASCII characters).

None is treated specially, and returns the empty string.

Classes

C Request(...) ...

This class contains 69 members.

C Response(...) ...

Represents a WSGI response

This class contains 48 members.

See the source for more information.