__init__(*args)
|
|
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. |
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. |
count(value)
|
|
deactivate([shallow])
|
Deactivate this container. |
getname([fully_qualified, name_buffer, ...])
|
Dynamically generates a name for this object. |
index(value, [start, [stop]])
|
Raises ValueError if the value is not present. |