diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-12-20 00:42:08 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-12-20 00:42:08 +0100 |
commit | a982794d5dfeddffbd4d9a3b75a28b92d0b1d8b9 (patch) | |
tree | 9d65ceaa67751ac0c26fa014d8ff0dcb56e45fff /doc/api.rst | |
parent | 763b4f82ca485f0799c4b587b9d38a644e07dc36 (diff) | |
download | pyexiv2-a982794d5dfeddffbd4d9a3b75a28b92d0b1d8b9.tar.gz |
API documentation for the iptc_charset property.
Diffstat (limited to 'doc/api.rst')
-rw-r--r-- | doc/api.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/api.rst b/doc/api.rst index d58eb60..c48769d 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -15,8 +15,9 @@ pyexiv2.metadata .. module:: pyexiv2.metadata .. autoclass:: ImageMetadata - :members: from_buffer, read, write, dimensions, mime_type, exif_keys, - iptc_keys, xmp_keys, __getitem__, __setitem__, __delitem__, + :members: from_buffer, read, write, dimensions, mime_type, + exif_keys, iptc_keys, iptc_charset, xmp_keys, + __getitem__, __setitem__, __delitem__, comment, previews, copy, buffer pyexiv2.exif |