Public Member Functions | |
def | __init__ |
def | copyAndExclude |
Private Member Functions | |
def | __copyIfExclude |
def | _applyNewProcessModifiers |
def | _isChosen |
def | _isOrContains |
def | _setChosen |
Private Attributes | |
__chain | |
__chosen | |
|
private |
Definition at line 1847 of file Config.py.
References Config.Modifier._isOrContains(), Config.ModifierChain._isOrContains(), and Config.ModifierChain.copyAndExclude().
|
private |
Should only be called by cms.Process instances applies list of accumulated changes to the process
Definition at line 1821 of file Config.py.
References Config.ModifierChain.__chain.
|
private |
Definition at line 1831 of file Config.py.
References Config.Modifier.__chosen, and Config.ModifierChain.__chosen.
Referenced by Config._BoolModifierBase.toModify(), and Config._BoolModifierBase.toReplaceWith().
|
private |
Definition at line 1856 of file Config.py.
References Config.ModifierChain.__chain.
Referenced by Config.ModifierChain.__copyIfExclude().
|
private |
Should only be called by cms.Process instances
Definition at line 1826 of file Config.py.
References Config.ModifierChain.__chain, Config.Modifier.__chosen, and Config.ModifierChain.__chosen.
def Config.ModifierChain.copyAndExclude | ( | self, | |
toExclude | |||
) |
Creates a new ModifierChain which is a copy of this ModifierChain but excludes any Modifier or ModifierChain in the list toExclude. The exclusion is done recursively down the chain.
Definition at line 1833 of file Config.py.
References Config.ModifierChain.__chain.
Referenced by Config.ModifierChain.__copyIfExclude().
|
private |
Definition at line 1820 of file Config.py.
Referenced by Config.ModifierChain._applyNewProcessModifiers(), Config.ModifierChain._isOrContains(), Config.ModifierChain._setChosen(), and Config.ModifierChain.copyAndExclude().
|
private |
Definition at line 1819 of file Config.py.
Referenced by Config.ModifierChain._isChosen(), and Config.ModifierChain._setChosen().