MCPcopy Index your code
hub / github.com/rawpython/remi / disable_refresh

Method disable_refresh

remi/gui.py:409–414  ·  view source on GitHub ↗

Prevents the parent widgets to be notified about an update. This is required to improve performances in case of widgets updated multiple times in a procedure.

(self)

Source from the content-addressed store, hash-verified

407 self.style.align_version()
408
409 def disable_refresh(self):
410 """ Prevents the parent widgets to be notified about an update.
411 This is required to improve performances in case of widgets updated
412 multiple times in a procedure.
413 """
414 self.refresh_enabled = False
415
416 def enable_refresh(self):
417 self.refresh_enabled = True

Callers 2

chdirMethod · 0.80
set_root_widgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected