| Trees | Indices | Help |
|
|---|
|
|
object --+
|
core.Component --+
|
object --+ |
| |
core.ComponentManager --+
|
env.Environment --+
|
EnvironmentStub
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Static Methods | |
|
Inherited from |
| Class Variables | |
global_databasemanager = Nonehash(x) |
|
required = False
|
|
abstract = True
|
|
|
Inherited from |
|
| Properties | |
|
Inherited from Inherited from |
| Method Details |
|
|
Clear the component registry. The registry entries are saved entries so they can be restored later using the restore_component_registry method. Since: 1.0.11 |
Restore the component registry. The component registry must have been cleared and saved using the clear_component_registry method. Since: 1.0.11 |
Performs a complete environment reset in a robust way. The database is reset, then the connections are shut down, and finally all environment files are removed from the disk. |
Insert a tuple representing a user session to the
The tuple can be length 3 with entries username, name and
email, in which case an authenticated user is assumed. The
tuple can also be length 4, with the last entry specifying
|
Implemented to only allow activation of components that are not disabled in the configuration. This is called by the ComponentManager base class when a
component is about to be activated. If this method returns
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 5 01:50:11 2023 | http://epydoc.sourceforge.net |