aboutsummaryrefslogtreecommitdiffstats
path: root/doc/api.rst
diff options
context:
space:
mode:
authorOlivier Tilloy <olivier@tilloy.net>2010-02-02 20:33:39 +0100
committerOlivier Tilloy <olivier@tilloy.net>2010-02-02 20:33:39 +0100
commitdcd5f0baf2bd83f65a09297a524b6452dcfc807c (patch)
treeca2b5897b7bf8775c3b84d1dbe17b8a9d25535d1 /doc/api.rst
parentfd8542c4802d656a8115b5119eee70d9cd084310 (diff)
downloadpyexiv2-dcd5f0baf2bd83f65a09297a524b6452dcfc807c.tar.gz
API documentation: utils module.
Diffstat (limited to 'doc/api.rst')
-rw-r--r--doc/api.rst12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/api.rst b/doc/api.rst
index 9da75d0..3a26568 100644
--- a/doc/api.rst
+++ b/doc/api.rst
@@ -44,3 +44,15 @@ pyexiv2.xmp
.. autoclass:: XmpTag
:members: key, type, name, title, description, raw_value, value
+pyexiv2.utils
+#############
+
+.. module:: pyexiv2.utils
+.. autofunction:: undefined_to_string
+.. autofunction:: string_to_undefined
+
+.. autoclass:: Rational
+ :members: numerator, denominator, from_string, to_float, __eq__
+.. autoclass:: GPSCoordinate
+ :members: degrees, minutes, seconds, direction, from_string, __eq__, __str__
+