diff options
| author | Ira Lun <sammyrosajoe@gmail.com> | 2017-08-29 20:43:28 +0100 |
|---|---|---|
| committer | Ira Lun <sammyrosajoe@gmail.com> | 2017-08-29 20:47:37 +0100 |
| commit | 753ff4edb5ecc5b7a191ff51f49b2b3c51deeea8 (patch) | |
| tree | 65955231216f1c1317f5eda198de4e410777cf03 /docs/api | |
| parent | fff89740b5c472b3b5a7229dfe2ddd463f7dbf09 (diff) | |
| download | webob-753ff4edb5ecc5b7a191ff51f49b2b3c51deeea8.tar.gz | |
Add AcceptCharsetNoHeader class, docs and tests.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/webob.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/api/webob.txt b/docs/api/webob.txt index 5e04314..e80d766 100644 --- a/docs/api/webob.txt +++ b/docs/api/webob.txt @@ -16,6 +16,11 @@ Accept-* __contains__, __iter__, __nonzero__, __radd__, __repr__, __str__, acceptable_offers, best_match, quality +.. autoclass:: AcceptCharsetNoHeader + :members: parse, header_value, parsed, __init__, __add__, __bool__, + __contains__, __iter__, __nonzero__, __radd__, __repr__, __str__, + acceptable_offers, best_match, quality + .. autofunction:: create_accept_encoding_header |
