__init__()
|
|
activate([shallow])
|
Activate this container. |
child(key)
|
Get the child object associated with a given storage key for this container. |
child_ctypes(*args, **kwds)
|
Returns the set of child object category types stored in this container. |
children(*args, **kwds)
|
A generator over the children of this container. |
clone()
|
Returns a copy of this object with the parent pointer set to None. |
collect_ctypes([active, descend_into])
|
Returns the set of object category types that can be found under this container. |
component_data_objects(*args, **kwds)
|
|
component_objects(*args, **kwds)
|
|
components([ctype, active, descend_into])
|
Generates an efficient traversal of all components stored under this container. |
deactivate([shallow])
|
Deactivate this container. |
getname([fully_qualified, name_buffer, ...])
|
Dynamically generates a name for this object. |