| Home | Trees | Indices | Help |
|
|---|
|
|
Provides various function and hook implementations related to loading Enomalism.
|
|||
| Boolean |
|
||
| String |
|
||
| List |
|
||
| Dictionary |
|
||
| String |
|
||
| List |
|
||
| None |
|
||
|
|||
Given a distro object, determines if it has an enomalism2 dependency. First, we attempt to get the path of the distribution's requires file. Next, we check if the file exists. If so, we then iterate through the dependency lines in the requires file. If an Enomalism dependency is found, we return true. Example usage: >>> from enomalism2 import loader >>> loader.distro_needs_enomalism(d)
Status: Stable |
Return a list of distributions that are candidate Enomalism extension modules. First, we get a list of all Python package distributions. We then iterate through all distributions and check each one for an Enomalism dependency. If one is found, it is added to the list o candidates. Example usage: >>> from enomalism2 import loader >>> loader.get_options()
Status: Stable |
Set the default values that are displayed in the Enomalism configuration editor. First, we get the results of the original method invocation. Next, we try to load the Enomalism plugins variable. Finally, we update the results with this variable and return the results.
Status: Stable See Also: enomalism2.configuration.Variable.load |
Add the enabled modules section to the configuration editor template. First, we get the result of the original method invocation. We then append the template to the result and return the result.
Status: Stable |
Add the enabled modules widgets to the configuration editor. First, we get the results of the original method invocation. We then append the enabled modules widgets to the list of configuration editor widgets and return the list.
Status: Stable |
Save the enabled modules configuration values. We then return the original method invocation.
Status: Stable |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Fri Sep 26 13:59:29 2008 | http://epydoc.sourceforge.net |