Home | Trees | Indices | Help |
|
---|
|
object --+ | SubstituteBindingsI --+ | Expression --+ | BooleanExpression
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
Replace every instance of 'variable' with 'expression'
|
Return a set of all the variables that are available to be replaced. This includes free (non-bound) variables as well as predicates.
See Also: Expression.variables() |
Return a set of all the free (non-bound) variables in self. Variables serving as predicates are no included.
See Also: Expression.free() |
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Wed Aug 27 15:08:57 2008 | http://epydoc.sourceforge.net |