Home | Trees | Indices | Help |
|
---|
|
object --+ | SmugBase --+ | SmugBatch
Batching version of a SmugMug client.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
list<PycURL Curl >
|
_batch list of requests pending executions |
||
int |
concurrent number of concurrent requests to execute |
||
Inherited from |
|
|||
Inherited from Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Store the request for later processing.
|
Execute all pending requests.
|
Catch any exceptions and return a valid response. The default behaviour is to raise the exception immediately but in a batch environment this is not acceptable.
|
Perform the concurrent execution of all pending requests. This method iterates over all the outstanding working at most
There is no distinction between a failure or success reponse, both are
After receiving all responses, the requests are closed.
|
Download the entire contents of an album to the specified path. This method is not a standard smugmug method.
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Tue May 13 19:45:59 2008 | http://epydoc.sourceforge.net |