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

Method enable_update

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

Source from the content-addressed store, hash-verified

424 self.ignore_update = True
425
426 def enable_update(self):
427 self.ignore_update = False
428
429 def add_class(self, cls):
430 self.attributes['class'] = self.attributes['class'] + ' ' + cls

Callers 4

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

Calls

no outgoing calls

Tested by

no test coverage detected