| Trees | Indices | Help |
|---|
|
|
Describes a media object to upload. Base class that defines the interface of MediaUpload subclasses.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
Utility function for creating a JSON representation of a MediaUpload. Args: strip: array, An array of names of members to not include in the JSON. Returns: string, a JSON representation of this instance, suitable to pass to from_json(). |
Create a JSON representation of an instance of MediaUpload. Returns: string, a JSON representation of this instance, suitable to pass to from_json(). |
Utility class method to instantiate a MediaUpload subclass from a JSON representation produced by to_json(). Args: s: string, JSON from to_json(). Returns: An instance of the subclass of MediaUpload that was serialized with to_json(). |
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 5 09:03:07 2012 | http://epydoc.sourceforge.net |