Package flickrapi :: Module multipart :: Class Multipart
[hide private]
[frames] | no frames]

Class Multipart

source code

object --+
         |
        Multipart

Container for multipart data
Instance Methods [hide private]
 
__init__(self)
Creates a new Multipart.
source code
 
attach(self, part)
Attaches a part
source code
 
__str__(self)
Renders the Multipart
source code
 
header(self)
Returns the top-level HTTP header of this multipart
source code

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __subclasshook__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self)
(Constructor)

source code 
Creates a new Multipart.
Overrides: object.__init__

__str__(self)
(Informal representation operator)

source code 
Renders the Multipart
Overrides: object.__str__