Part of coherence.backends.fs_storage View Source View In Hierarchy
Split Table into Classes Show Methods in One Table
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 41 | Method | __init__ | Undocumented |
| 119 | Method | rebuild | Undocumented |
| 167 | Method | __del__ | Undocumented |
| 171 | Method | check_for_cover_art | let's try to find in the current directory some jpg file, |
| 186 | Method | remove | Undocumented |
| 192 | Method | add_child | Undocumented |
| 200 | Method | remove_child | Undocumented |
| 209 | Method | get_children | Undocumented |
| 215 | Method | get_child_count | Undocumented |
| 218 | Method | get_id | Undocumented |
| 221 | Method | get_location | Undocumented |
| 224 | Method | get_update_id | Undocumented |
| 230 | Method | get_path | Undocumented |
| 236 | Method | set_path | Undocumented |
| 247 | Method | get_name | Undocumented |
| 254 | Method | get_cover | Undocumented |
| 263 | Method | get_parent | Undocumented |
| 266 | Method | get_item | Undocumented |
| 269 | Method | get_xml | Undocumented |
| 272 | 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 |
|---|---|---|---|
| 167 | Method | __del__ | Undocumented |
| 41 | Method | __init__ | Undocumented |
| 272 | Method | __repr__ | Undocumented |
| 192 | Method | add_child | Undocumented |
| 171 | Method | check_for_cover_art | let's try to find in the current directory some jpg file, |
| 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. |
| 215 | Method | get_child_count | Undocumented |
| 209 | Method | get_children | Undocumented |
| 254 | Method | get_cover | Undocumented |
| 218 | Method | get_id | Undocumented |
| 266 | Method | get_item | Undocumented |
| 221 | Method | get_location | Undocumented |
| 247 | Method | get_name | Undocumented |
| 263 | Method | get_parent | Undocumented |
| 230 | Method | get_path | Undocumented |
| 224 | Method | get_update_id | Undocumented |
| 269 | 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 |
| 119 | Method | rebuild | Undocumented |
| 186 | Method | remove | Undocumented |
| 200 | Method | remove_child | Undocumented |
| 236 | Method | set_path | 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: |