Home | Trees | Indices | Help |
---|
|
object --+ | Core.GangaRepository.Registry.Registry --+ | BoxRegistry
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from Inherited from |
|
|||
Inherited from |
|
Private method removing the obj from the registry. This method always called. This method may be overriden in the subclass to trigger additional actions on the removal. 'auto_removed' is set to true if this method is called in the context of obj.remove() method to avoid recursion. Only then the removal takes place. In the opposite case the obj.remove() is called first which eventually calls this method again with "auto_removed" set to true. This is done so that obj.remove() is ALWAYS called once independent on the removing context. Raise RepositoryError Raise RegistryAccessError Raise RegistryLockError Raise ObjectNotInRegistryError
|
Returns a dictionary to be put into obj._index_cache This can and should be overwritten by derived Registries to provide more index values.
|
Connect the repository to the registry. Called from Repository_runtime.py
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Jun 25 10:35:19 2012 | http://epydoc.sourceforge.net |