diff options
| author | Ira Lun <sammyrosajoe@gmail.com> | 2017-07-06 23:53:00 +0100 |
|---|---|---|
| committer | Ira Lun <sammyrosajoe@gmail.com> | 2017-07-06 23:53:00 +0100 |
| commit | b62746aa535f8f9927e021764161d7f414c970df (patch) | |
| tree | 0654ff81a247e7fb70a08a823cf76ee58eb09a4f /docs/api | |
| parent | 0207d214cd4a347ea2ae576a86178cdcf61cf8aa (diff) | |
| download | webob-b62746aa535f8f9927e021764161d7f414c970df.tar.gz | |
Add AcceptLanguageValidHeader class with .__init__ and .parse().
Diffstat (limited to 'docs/api')
| -rw-r--r-- | docs/api/webob.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/api/webob.txt b/docs/api/webob.txt index 933fc91..7dc4799 100644 --- a/docs/api/webob.txt +++ b/docs/api/webob.txt @@ -17,6 +17,10 @@ Accept-* :inherited-members: .. autoclass:: AcceptLanguage + +.. autoclass:: AcceptLanguageValidHeader + :members: __init__, parse + :members: :inherited-members: |
