| 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. |
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
|
Generator that yields information about all known users, i.e. users that have logged in to this Trac environment and possibly set their name and email. This function generates one tuple for every user, of the form (username, name, email) ordered alpha-numerically by username.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Wed Jul 5 01:52:01 2023 | http://epydoc.sourceforge.net |