| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
SmugBase --+
|
SmugMug
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|
|
|
Return a tree of categories and sub-categories. The format of the response tree:
{'Category1': {'id': 41, 'SubCategories': {}},
'Category2': {'id': 3,
'SubCategories': {'One': 4493,
'Two': 4299}},
}
The primary purpose for this method is to provide an easy mapping between name and id. This method is not a standard smugmug method. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Wed Jan 30 10:34:26 2008 | http://epydoc.sourceforge.net |