__init__(*args, **kwds)
|
|
activate([shallow])
|
Activate this container. |
child(key)
|
Get the child object associated with a given storage key for this container. |
children()
|
A generator over the children of this container. |
clear()
|
|
clone()
|
Returns a copy of this object with the parent pointer set to None. |
components([active])
|
Generates an efficient traversal of all components stored under this container. |
deactivate([shallow])
|
Deactivate this container. |
get(k[,d])
|
|
getname([fully_qualified, name_buffer, ...])
|
Dynamically generates a name for this object. |
items()
|
|
keys()
|
|
pop(k[,d])
|
value. |
popitem()
|
as a 2-tuple; but raise KeyError if D is empty. |
setdefault(k[,d])
|
|
update([E, ]**F)
|
If E present and has a .keys() method, does: |
values()
|
|