contained(object, container, name=None)
Establish the containment of the object in the container
Just return the contained object without an event. This is a convenience "macro" for:
containedEvent(object, container, name)[0]
This function is only used for tests.