|
|
|
|
|
replace(self,
variable,
expression,
replace_bound=False,
alpha_convert=True)
Replace every instance of 'variable' with 'expression' |
source code
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
visit(self,
function,
combinator,
default)
Recursively visit sub expressions |
source code
|
|
|
|
|
|
Inherited from AbstractDrs:
__add__,
__and__,
__gt__,
__neg__,
__or__,
applyto,
draw,
equiv,
is_pronoun_function,
make_EqualityExpression,
make_VariableExpression,
pprint,
pretty,
resolve_anaphora,
typecheck
Inherited from logic.Expression:
__call__,
__hash__,
__lt__,
__neq__,
__repr__,
findtype,
free,
negate,
normalize,
substitute_bindings,
tp_equals,
variables
|