|
|
|
|
|
|
|
|
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
|
|
|
|
__eq__(self,
other)
Allow equality between instances of
AbstractVariableExpression subtypes. |
source code
|
|
|
|
|
|
|
| str(self,
syntax=Tokens.NLTK) |
|
|
|
Inherited from Expression:
__and__,
__call__,
__gt__,
__hash__,
__lt__,
__neg__,
__neq__,
__or__,
__repr__,
applyto,
equiv,
free,
make_VariableExpression,
negate,
normalize,
substitute_bindings,
tp_equals,
typecheck,
variables
|