def check_and_update_variable_bindings(self, bound_variables: MutableSet[Variable]) -> None: self._accessor.check_variable_bindings(bound_variables) self._target.check_and_update_variable_bindings(bound_variables)