~ubuntu-branches/ubuntu/lucid/python-webob/lucid

« back to all changes in this revision

Viewing changes to docs/modules/webob.txt

  • Committer: Bazaar Package Importer
  • Author(s): Piotr Ożarowski
  • Date: 2010-01-13 22:07:40 UTC
  • mfrom: (7.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20100113220740-51qlp569n69lqn88
Tags: 0.9.7.1-1
* New upstream release
* 01-autoclass-autodata patch removed, no longer needed
* Add add_docs_conf.patch (missing in upstream tarball)
* Bump Standards-Version to 3.8.3 (no changes needed)

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
 
47
47
.. comment:
48
48
   not sure what to do with these constants; not autoclass
49
 
 
50
 
.. autoclass:: webob.day
51
 
.. autoclass:: webob.week
52
 
.. autoclass:: webob.hour
53
 
.. autoclass:: webob.minute
54
 
.. autoclass:: webob.second
55
 
.. autoclass:: webob.month
56
 
.. autoclass:: webob.year
57
 
 
58
 
.. autoclass:: webob.AppIterRange
 
49
   .. autoclass:: webob.day
 
50
   .. autoclass:: webob.week
 
51
   .. autoclass:: webob.hour
 
52
   .. autoclass:: webob.minute
 
53
   .. autoclass:: webob.second
 
54
   .. autoclass:: webob.month
 
55
   .. autoclass:: webob.year
 
56
 
 
57
.. autoclass:: webob.response.AppIterRange
59
58
 
60
59
.. automodule:: webob.multidict
61
60
.. autoclass:: MultiDict
70
69
Descriptors
71
70
-----------
72
71
 
73
 
.. autoclass:: webob.environ_getter
74
 
.. autoclass:: webob.header_getter
75
 
.. autoclass:: webob.converter
76
 
.. autoclass:: webob.deprecated_property
 
72
.. autoclass:: webob.descriptors.environ_getter
 
73
.. autoclass:: webob.descriptors.header_getter
 
74
.. autoclass:: webob.descriptors.converter
 
75
.. autoclass:: webob.descriptors.deprecated_property