| Trees | Indices | Help |
|
|---|
|
|
object --+
|
features_set
Provides relevant set operations needed for access and modification of config.features. The FEATURES variable is automatically synchronized upon modification.
Modifications result in a permanent override that will cause the change to propagate to the incremental stacking mechanism in config.regenerate(). This eliminates the need to call config.backup_changes() when FEATURES is modified, since any overrides are guaranteed to persist despite calls to config.reset().
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
x.__init__(...) initializes x; see help(type(x)) for signature
|
If there are lots of invalid package.env FEATURES settings then unknown-features-filter can make _features_overrides grow larger and larger, so prune it. This performs incremental stacking with preservation of negative values since they need to persist for future config.regenerate() calls. |
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Tue Jun 18 14:31:42 2013 | http://epydoc.sourceforge.net |