|
|
|
|
|
|
|
_cls_repr(self)
Collection specific part of __repr__ for a class containing
it, ie a part of __repr__ for the owner object |
source code
|
|
|
|
|
_initialize(self,
index,
value)
Initialize index (no check performed) with value |
source code
|
|
|
|
|
isKnown(self,
index)
Returns True if state index is known at all |
source code
|
|
|
isSet(self,
index=None)
If item (or any in the present or listed) was set |
source code
|
|
|
whichSet(self)
Return list of indexes which were set |
source code
|
|
|
|
|
add(self,
item)
Add a new CollectableAttribute to the collection |
source code
|
|
|
remove(self,
index)
Remove item from the collection |
source code
|
|
|
|
|
|
|
|
|
get(self,
index,
default)
Access the value by a given index. |
source code
|
|
|
_action(self,
index,
func,
missingok=False,
**kwargs)
Run specific func either on a single item or on all of them |
source code
|
|
|
reset(self,
index=None)
Reset the state variable defined by index |
source code
|
|
|
_getListing(self)
Return a list of registered states along with the documentation |
source code
|
|
|
_getNames(self)
Return ids for all registered state variables |
source code
|
|
|
|
|
|
|
_updateOwner(self,
index=None,
register=True)
Define an entry within owner's __dict__
so ipython could easily complete it |
source code
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__sizeof__ ,
__subclasshook__
|