Public Member Functions | |
def | __init__ (self, lhs, rhs) |
Public Member Functions inherited from Config._BoolModifierBase | |
def | __and__ (self, other) |
def | __init__ (self, lhs, rhs=None) |
def | __invert__ (self) |
def | __or__ (self, other) |
def | makeProcessModifier (self, func) |
def | toModify (self, obj, func=None, kw) |
def | toReplaceWith (self, toObj, fromObj) |
Private Member Functions | |
def | _isChosen (self) |
A modifier which only applies if at least one of multiple Modifiers is chosen
def Config._OrModifier.__init__ | ( | self, | |
lhs, | |||
rhs | |||
) |
Definition at line 1820 of file Config.py.
|
private |
Definition at line 1822 of file Config.py.
References Config._BoolModifierBase._lhs, and Config._BoolModifierBase._rhs.
Referenced by Config._BoolModifierBase.toModify(), Config.Modifier.toModify(), Config._BoolModifierBase.toReplaceWith(), and Config.Modifier.toReplaceWith().