Closed
Description
It may be useful to update some attributes on an object that has callbacks temporarily and we don't want those callback signals being processed during that time.
I guess we could add a disabling_callbacks()
context manager on CallbackRegistry?
with self.norm.callbacks.disabling_callbacks(), cbook._setattr_cm(self.norm, ...): ...
Originally posted by @anntzer in #19553 (comment)