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

Method enable_refresh

remi/gui.py:416–417  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

414 self.refresh_enabled = False
415
416 def enable_refresh(self):
417 self.refresh_enabled = True
418
419 def disable_update(self):
420 """ Prevents clients updates. Remi will not send websockets update messages.

Callers 2

chdirMethod · 0.80
set_root_widgetMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected