Reserved Entity Identifiers ########################### There are a few reserved entity identifiers. * ``container`` refers to the main container (:class:`imagination.core.Imagination`). * ``self`` refers to the ID of the closest entity and is ONLY used within the context of ```` and ```` (added in v2.6). For example, from an example in :doc:`08-init-method-calls`, the definition of the initial method call uses ``self`` to refer to the entity ``counter``. .. code-block:: xml self