Classes
| Logger(name[, level]) | Instances of the Logger class represent a single logging channel. A |
| LoggerMixin() | |
| ModuloRequest(environ) | |
| Request | |
| Response([response, status, headers, ...]) | Full featured response object implementing the following mixins: |
| SessionMixin | |
| StreamHandler([strm]) | A handler class which writes logging records, appropriately formatted, to a stream. |
| WerkzeugRequest | Full featured request object implementing the following mixins: |
| WerkzeugResponse | Full featured response object implementing the following mixins: |
| cached_property(func[, name, doc, writeable]) | A decorator that converts a function into a lazy property. |
| defaultdict | defaultdict(default_factory) –> dict with default factory |