| Trees | Indices | Help |
|
|---|
|
|
object --+
|
core.Component --+
|
object --+ |
| |
core.ComponentManager --+
|
env.Environment --+
|
InMemoryEnvironment
| Nested Classes | |
|
Inherited from |
| Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from |
|||
| Static Methods | |
|
Inherited from |
| Class Variables | |
|
Inherited from |
| Properties | |
|
Inherited from Inherited from |
| Method Details |
Return a database connection for read purposes. See trac.db.api.get_read_db for detailed documentation.
|
Return a database connection from the connection pool (deprecated) Use with_transaction for obtaining a writable database connection and get_read_db for anything else.
|
Create the basic directory structure of the environment, initialize the database and populate the configuration file with default values. If options contains ('inherit', 'file'), default values will not be loaded; they are expected to be provided by that file or other options.
|
|
|
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 Mon Feb 13 23:37:21 2023 | http://epydoc.sourceforge.net |