Home | Trees | Indices | Help |
|
---|
|
object --+ | Part
A single part of the multipart data.
>>> Part({'name': 'headline'}, 'Nice Photo') ... # doctest: +ELLIPSIS <flickrapi.multipart.Part object at 0x...>
>>> image = open('tests/photo.jpg') >>> Part({'name': 'photo', 'filename': image}, image.read(), 'image/jpeg') ... # doctest: +ELLIPSIS <flickrapi.multipart.Part object at 0x...>
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Oct 26 15:20:18 2014 | http://epydoc.sourceforge.net |