Part of coherence.backends.flickr_storage View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 46 | Method | __init__ | Undocumented |
| 105 | Method | __del__ | Undocumented |
| 109 | Method | set_item_size_and_date | Undocumented |
| 129 | Method | remove | Undocumented |
| 135 | Method | add_child | Undocumented |
| 144 | Method | remove_child | Undocumented |
| 153 | Method | get_children | Undocumented |
| 159 | Method | get_child_count | Undocumented |
| 162 | Method | get_id | Undocumented |
| 165 | Method | get_location | Undocumented |
| 168 | Method | get_update_id | Undocumented |
| 174 | Method | get_path | Undocumented |
| 177 | Method | get_name | Undocumented |
| 180 | Method | get_flickr_id | Undocumented |
| 183 | Method | get_child_by_flickr_id | Undocumented |
| 189 | Method | get_parent | Undocumented |
| 192 | Method | get_item | Undocumented |
| 195 | Method | get_xml | Undocumented |
| 198 | Method | __repr__ | Undocumented |
Inherited from Loggable:
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 79 | Method | logFunction | Overridable log function. Default just returns passed message. |
| 90 | Method | critical | Undocumented |
| 96 | Method | msg | Undocumented |
Inherited from Loggable (via Loggable):
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 650 | Method | error | Log an error. By default this will also raise an exception. |
| 657 | Method | warning | Log a warning. Used for non-fatal problems. |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 671 | Method | debug | Log a debug message. Used for debugging. |
| 678 | Method | log | Log a log message. Used for debugging recurring events. |
| 685 | Method | doLog | Log a message at the given level, with the possibility of going |
| 709 | Method | warningFailure | Log a warning about a Twisted Failure. Useful as an errback handler: |
| 730 | Method | logObjectName | Overridable object name function. |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 105 | Method | __del__ | Undocumented |
| 46 | Method | __init__ | Undocumented |
| 198 | Method | __repr__ | Undocumented |
| 135 | Method | add_child | Undocumented |
| 90 | Method | critical | Undocumented |
| 671 | Method | debug | Log a debug message. Used for debugging. |
| 685 | Method | doLog | Log a message at the given level, with the possibility of going |
| 650 | Method | error | Log an error. By default this will also raise an exception. |
| 183 | Method | get_child_by_flickr_id | Undocumented |
| 159 | Method | get_child_count | Undocumented |
| 153 | Method | get_children | Undocumented |
| 180 | Method | get_flickr_id | Undocumented |
| 162 | Method | get_id | Undocumented |
| 192 | Method | get_item | Undocumented |
| 165 | Method | get_location | Undocumented |
| 177 | Method | get_name | Undocumented |
| 189 | Method | get_parent | Undocumented |
| 174 | Method | get_path | Undocumented |
| 168 | Method | get_update_id | Undocumented |
| 195 | Method | get_xml | Undocumented |
| 664 | Method | info | Log an informational message. Used for normal operation. |
| 678 | Method | log | Log a log message. Used for debugging recurring events. |
| 79 | Method | logFunction | Overridable log function. Default just returns passed message. |
| 730 | Method | logObjectName | Overridable object name function. |
| 96 | Method | msg | Undocumented |
| 129 | Method | remove | Undocumented |
| 144 | Method | remove_child | Undocumented |
| 109 | Method | set_item_size_and_date | Undocumented |
| 657 | Method | warning | Log a warning. Used for non-fatal problems. |
| 709 | Method | warningFailure | Log a warning about a Twisted Failure. Useful as an errback handler: |