~osomon/pyexiv2/pyexiv2-0.3

« back to all changes in this revision

Viewing changes to doc/api.rst

  • Committer: Olivier Tilloy
  • Date: 2011-07-23 07:00:54 UTC
  • mto: This revision was merged to the branch mainline in revision 356.
  • Revision ID: olivier@tilloy.net-20110723070054-2i5ppyczdu3e0yzf
Added __str__ and __repr__ to the auto-generated API documentation for the Rational class.

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
.. autofunction:: make_fraction
68
68
 
69
69
.. autoclass:: Rational
70
 
   :members: numerator, denominator, from_string, to_float, __eq__
 
70
   :members: numerator, denominator, from_string, to_float, __eq__, __str__, __repr__
71
71
.. autoclass:: GPSCoordinate
72
72
   :members: degrees, minutes, seconds, direction, from_string, __eq__, __str__
73
73