def check_and_update_variable_bindings(self, bound_variables: MutableSet[Variable]) -> None: for t in self._targets: t.check_and_update_variable_bindings(bound_variables)