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
|
private |
Definition at line 1357 of file Config.py.
Referenced by Config._BoolModifierBase.toModify(), Config.Modifier.toModify(), Config._BoolModifierBase.toReplaceWith(), and Config.Modifier.toReplaceWith().