Package empro :: Module empro :: Module core :: Class SelectableList
[frames] | no frames]

Class SelectableList

Updatable --+    
            |    
   Selectable --+
                |
               SelectableList
Known Subclasses:

No documentation available.

Instance Methods
 
__delitem__(x, y)
del x[y]
 
__getitem__(x, y)
x[y]
 
__len__(x)
len(x)
 
__setitem__(x, i, y)
x[i]=y
 
clear(...)
No documentation available.
 
remove(...)
No documentation available.
 
size(...)
No documentation available.

Inherited from Selectable: clone, isSelected

Inherited from Updatable: __enter__, __exit__, hash, isValid, reasonWhyInvalid

Properties

Inherited from Selectable: metaData, name, notes