Public Member Functions | |
def | __and__ |
def | __init__ |
def | isChosen |
def | makeProcessModifier |
def | toModify |
Private Attributes | |
__lhs | |
__rhs | |
A modifier which only applies if multiple Modifiers are chosen
def Config._AndModifier.__init__ | ( | self, | |
lhs, | |||
rhs | |||
) |
def Config._AndModifier.__and__ | ( | self, | |
other | |||
) |
Definition at line 1142 of file Config.py.
def Config._AndModifier.isChosen | ( | self | ) |
Definition at line 1131 of file Config.py.
Referenced by Config._AndModifier.toModify(), Config.Modifier.toModify(), and Config.Modifier.toReplaceWith().
def Config._AndModifier.makeProcessModifier | ( | self, | |
func | |||
) |
This is used to create a ProcessModifer that can perform actions on the process as a whole. This takes as argument a callable object (e.g. function) that takes as its sole argument an instance of Process. In order to work, the value returned from this function must be assigned to a uniquely named variable.
Definition at line 1137 of file Config.py.
def Config._AndModifier.toModify | ( | self, | |
obj, | |||
func = None , |
|||
kw | |||
) |
Definition at line 1133 of file Config.py.
References Config._AndModifier.isChosen().