Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/rawpython/remi
/ update
Method
update
remi/gui.py:264–267 ·
view source on GitHub ↗
(self, d)
Source
from the content-addressed store, hash-verified
262
return
ret
263
264
def
update(self, d):
265
ret = super(_EventDictionary, self).update(d)
266
self.onchange()
267
return
ret
268
269
def
ischanged(self):
270
return
self.changed
Callers
10
__init__
Method · 0.45
repr
Method · 0.45
set_style
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
__init__
Method · 0.45
add_field_with_label
Method · 0.45
add_field
Method · 0.45
populate_folder_items
Method · 0.45
all_paths
Method · 0.45
Calls
1
onchange
Method · 0.95
Tested by
no test coverage detected