Public Member Functions | |
def | __init__ |
def | apply |
Private Attributes | |
__func | |
__modifier | |
__seenProcesses | |
A class used by a Modifier to affect an entire Process instance. When a Process 'loads' a module containing a ProcessModifier, that ProcessModifier will be applied to the Process if and only if the Modifier passed to the constructor has been chosen.
def Config.ProcessModifier.__init__ | ( | self, | |
modifier, | |||
func | |||
) |
def Config.ProcessModifier.apply | ( | self, | |
process | |||
) |
Definition at line 1246 of file Config.py.
Referenced by editorTools.UserCodeTool.__call__(), metTools.AddMETCollection.__call__(), and editorTools.ChangeSource.__call__().