diff options
| author | Ira Lun <sammyrosajoe@gmail.com> | 2017-06-16 23:38:03 +0100 |
|---|---|---|
| committer | Ira Lun <sammyrosajoe@gmail.com> | 2017-06-16 23:38:03 +0100 |
| commit | b71658e12f7301efca00a41039bddcd7ee45fb6b (patch) | |
| tree | b0a9a39dc854a3df6a6d743d21237eaa5fc2a734 /docs/api | |
| parent | ab718527c0793b3b3ce664e9f80c17d166afb6b3 (diff) | |
| download | webob-b71658e12f7301efca00a41039bddcd7ee45fb6b.tar.gz | |
Include all relevant classes from acceptparse.py in docs.
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/webob.txt | 43 |
1 files changed, 40 insertions, 3 deletions
diff --git a/docs/api/webob.txt b/docs/api/webob.txt index 7b02a15..f374aa7 100644 --- a/docs/api/webob.txt +++ b/docs/api/webob.txt @@ -6,12 +6,49 @@ Headers Accept-* ~~~~~~~~ +.. # 2017-06-16: There appears to be various bugs with the ``:members`` and +.. # ``:inherited-members`` options, both when the two are used together, and +.. # when one of them is combined with ``autoattribute``, so we are using +.. # ``automethod`` and ``autoattribute`` instead. .. automodule:: webob.acceptparse -.. autoclass:: Accept - :members: + +.. autoclass:: AcceptCharset + + .. automethod:: best_match + .. automethod:: quality + +.. autoclass:: AcceptEncoding + + .. automethod:: best_match + .. automethod:: quality + +.. autoclass:: AcceptLanguage + + .. automethod:: best_match + .. automethod:: quality + .. autoclass:: MIMEAccept - :members: + + .. autoattribute:: accepts_html + .. automethod:: accept_html + .. automethod:: best_match + .. automethod:: quality + +.. autoclass:: MIMENilAccept + + .. automethod:: best_match + .. automethod:: quality + +.. autoclass:: NilAccept + + .. automethod:: best_match + .. automethod:: quality + +.. autoclass:: NoAccept + + .. automethod:: best_match + .. automethod:: quality Cache-Control ~~~~~~~~~~~~~ |
