diff options
author | Olivier Tilloy <olivier@tilloy.net> | 2010-03-17 00:27:00 +0100 |
---|---|---|
committer | Olivier Tilloy <olivier@tilloy.net> | 2010-03-17 00:27:00 +0100 |
commit | a9c2f0a1c0f2269df202d49f2b89cba8d2fe7ec2 (patch) | |
tree | 51298ca4f249518eac33280a6015ea49bf3f955c /doc/api.rst | |
parent | 58b3fa68f1583f5041b92b2594c0a2b2c19bbdb5 (diff) | |
download | pyexiv2-a9c2f0a1c0f2269df202d49f2b89cba8d2fe7ec2.tar.gz |
Updated API documentation.
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 3a26568..9703fca 100644 --- a/doc/api.rst +++ b/doc/api.rst @@ -15,8 +15,9 @@ pyexiv2.metadata .. module:: pyexiv2.metadata .. autoclass:: ImageMetadata - :members: read, write, dimensions, mime_type, exif_keys, iptc_keys, - xmp_keys, __getitem__, __setitem__, __delitem__, previews, copy + :members: from_buffer, read, write, dimensions, mime_type, exif_keys, + iptc_keys, xmp_keys, __getitem__, __setitem__, __delitem__, + previews, copy, buffer pyexiv2.exif ############ |