Part of elisa.core.utils.notifying_list View In Hierarchy
Known subclasses: elisa.plugins.base.models.media.PlaylistModel
As of now, it does not support negative indexes and raises an
IndexError whenever it meets one. The only exception to that
is the end part of a slice, since it's not used as a parameter to the sent
signal.
Loosely based on GTK GtkTreeModel API.
| Instance Variables | cookie | an integer that changes whenever the list is modified
(type: int
) |
| Line # | Kind | Name | Docs |
|---|---|---|---|
| 51 | Method | __init__ | Undocumented |
| 56 | Method | __setitem__ | Undocumented |
| 64 | Method | __delitem__ | Undocumented |
| 73 | Method | append | Undocumented |
| 79 | Method | extend | Undocumented |
| 86 | Method | insert | Undocumented |
| 93 | Method | pop | Undocumented |
| 103 | Method | remove | Undocumented |
| 109 | Method | reverse | Undocumented |
| 114 | Method | sort | Undocumented |
| 119 | Method | __iadd__ | Undocumented |
| 127 | Method | __imul__ | Undocumented |
| 135 | Method | __setslice__ | Undocumented |
| 146 | Method | __delslice__ | Undocumented |