| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
RegistrableObject
This is the base class for registrable objects which are selected according to a context. :attr:`__registry__` name of the registry for this object (string like 'views', 'templates'...). You may want to define `__registries__` directly if your object should be registered in several registries. :attr:`__regid__` object's identifier in the registry (string like 'main', 'primary', 'folder_box') :attr:`__select__` class'selector Moreover, the `__abstract__` attribute may be set to True to indicate that a class is abstract and should not be registered. You don't have to inherit from this class to put it in a registry (having `__regid__` and `__select__` is enough), though this is needed for classes that should be automatically registered.
| Instance Methods | |||
|
|||
|
Inherited from |
|||
| Class Variables | |
__registry__ = Nonehash(x) |
|
__regid__ = Nonehash(x) |
|
__select__ = Nonehash(x) |
|
__abstract__ = True
|
|
| Properties | |
|
Inherited from |
| Method Details |
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Dec 8 00:00:57 2017 | http://epydoc.sourceforge.net |