Home | Trees | Indices | Help |
|
---|
|
A FlickrAPI interface.
The main functionality can be found in the flickrapi.FlickrAPI class.
See the FlickrAPI homepage for more info.
Version: 1.4.4
Author: Sybren St\xc3\xbcvel
|
|||
|
|
|||
XMLNode XMLNode -- generic class for holding an XML node |
|||
IllegalArgumentException Raised when a method is passed an illegal argument. |
|||
FlickrError Raised when a Flickr method fails. |
|||
CancelUpload Raise this exception in an upload/replace callback function to abort the upload. |
|||
FlickrAPI Encapsulates Flickr functionality. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
LOG = logging.getLogger(__name__)
|
|||
rest_parsers = {}
|
|||
__package__ =
|
|
Encodes all Unicode strings in the dictionary to UTF-8. Converts all other objects to regular strings. Returns a copy of the dictionary, doesn't touch the original. |
Method decorator for debugging method calls. Using this automatically sets the log level to DEBUG. |
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Oct 26 15:20:18 2014 | http://epydoc.sourceforge.net |