|
__init__(self,
*args,
**kwargs)
x.__init__(...) initializes x; see x.__class__.__doc__ for
signature |
source code
|
|
|
|
|
|
|
|
|
|
|
_multi(self,
batch,
func,
n=None)
Perform the concurrent execution of all pending requests. |
source code
|
|
|
images_download(self,
AlbumID=None,
Path=None,
Format=' Original ' )
Download the entire contents of an album to the specified
path. |
source code
|
|
Inherited from SmugBase :
__getattr__ ,
batch ,
images_upload
Inherited from object :
__delattr__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__str__
|