Index of the ohm module
-
m
ohm
...
-
m
validators
...
- C JSONConverter ... - Messages
- C XMLRPCConverter ... - Messages
- C LineConverter ... - Messages
-
C
ToFrom
...
- Applies one validator when going to_python, another when going
from_python (for non-symmetrical conversion).
- a declarative_count ...
- a __unpackargs__ ...
- f __init__ ...
- f to_python ...
- f from_python ...
- C SimplePostIdentity ... - Messages
- C FormPostConverter ... - Messages
- C SimplePostConverter ... - Messages
- f from_python_headers ...
- f to_python_headers ...
-
m
descriptors
...
-
C
line_converter
...
- Wraps a descriptor, and splits/joins text lines.
- a default_validator ...
- f __set__ ...
- f __get__ ...
- f __init__ ...
- f __delete__ ...
- C converter ... - Applies a FormEncode validator/converter to a descriptor. Supports both a class-level default_validator, and custom validators.
- C cache ... - A caching descriptor wrapper. Takes the attribute name and the wrapped descriptor as arguments.
- C watcher ... - Calls a callback function with (obj, old_value, new_value) everytime an attribute is set.
-
C
json_converter
...
- Wraps a descriptor and does JSON decoding/encoding.
- a default_validator ...
- f __set__ ...
- f __get__ ...
- f __init__ ...
- f __delete__ ...
- f simple_repr ... - Helper function for reprs like 'func_name(args, keywords)'
-
C
line_converter
...
- Wraps a descriptor, and splits/joins text lines.
-
m
lildav
...
- C PuttableFileApp ...
- C LilDAV ... - A DAV-like WSGI app that only knows GET, PUT, DELETE, MKCOL. PROPLIST is also planned, but probably nothing else.
-
m
server
...
- A set of descriptors for creating the server-side component of a
web-based API.
-
C
ApplicationWrapper
...
- Object that wraps another object with a WSGI application
interface.
- f add_attribute_app ...
- f __classinit__ ...
- f __call__ ...
- f not_found ...
- f __init__ ...
-
C
FuncFactory
...
- a content_type ...
- f __addtoclass__ ...
- f call_POST ...
- f method_POST ...
- f method_GET ...
- f getter ...
- f __call__ ...
- f deleter ...
- f method_PUT ...
- f method_DELETE ...
- f __init__ ...
- f setter ...
-
C
JSONSetter
...
- a content_type ...
- a default_validator ...
- f __addtoclass__ ...
- f method_POST ...
- f getter ...
- f __call__ ...
- f deleter ...
- f method_PUT ...
- f method_DELETE ...
- f __init__ ...
- f setter ...
-
C
ClassInit
...
- Metaclass to call __classinit__.
- a __basicsize__ ...
- a __itemsize__ ...
- a __flags__ ...
- a __bases__ ...
- a __dictoffset__ ...
- a __name__ ...
- a __mro__ ...
- a __weakrefoffset__ ...
- C MethodNotAllowed ... - Function placeholder that always raises HTTPMethodNotAllowed
-
C
Setter
...
- f __addtoclass__ ...
- f call_POST ...
- f method_POST ...
- f method_GET ...
- f getter ...
- f __call__ ...
- f deleter ...
- f method_PUT ...
- f method_DELETE ...
- f __init__ ...
- f setter ...
- f appfactory ... - Decorator that decorates a function that produces a WSGI application
-
C
ApplicationWrapper
...
- Object that wraps another object with a WSGI application
interface.
-
m
persist
...
-
C
NoDefault
...
-
C
file_property
...
- f get_filename ...
- f __set__ ...
- f __get__ ...
- f __init__ ...
- f __delete__ ...
-
C
NoDefault
...
-
m
validators
...