Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
onchange
Method · 0.80
onchange
Method · 0.80
onchange
Method · 0.80
oninput
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected