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

Method disable_update

remi/gui.py:419–424  ·  view source on GitHub ↗

Prevents clients updates. Remi will not send websockets update messages. The widgets are however iternally updated. So if the user updates the webpage, the update is shown.

(self)

Source from the content-addressed store, hash-verified

417 self.refresh_enabled = True
418
419 def disable_update(self):
420 """ Prevents clients updates. Remi will not send websockets update messages.
421 The widgets are however iternally updated. So if the user updates the
422 webpage, the update is shown.
423 """
424 self.ignore_update = True
425
426 def enable_update(self):
427 self.ignore_update = False

Callers 4

onchangeMethod · 0.80
onchangeMethod · 0.80
onchangeMethod · 0.80
oninputMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected