Package nltk_lite :: Package contrib :: Package mit :: Package six863 :: Package semantics :: Module featurelite :: Class SubstituteBindingsMixin
[hide private]
[frames] | no frames]

Class SubstituteBindingsMixin

source code

SubstituteBindingsI --+
                      |
                     SubstituteBindingsMixin
Known Subclasses:
logic.AllExpressionSubst, logic.ApplicationExpressionSubst, logic.LambdaExpressionSubst, logic.SomeExpressionSubst

Instance Methods [hide private]
(any)
substitute_bindings(self, bindings)
Returns: The object that is obtained by replacing each variable bound by bindings with its values.
source code
Method Details [hide private]

substitute_bindings(self, bindings)

source code 
Returns: (any)
The object that is obtained by replacing each variable bound by bindings with its values.
Overrides: SubstituteBindingsI.substitute_bindings
(inherited documentation)