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

Method clear

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

Source from the content-addressed store, hash-verified

257 return ret
258
259 def clear(self):
260 ret = super(_EventDictionary, self).clear()
261 self.onchange()
262 return ret
263
264 def update(self, d):
265 ret = super(_EventDictionary, self).update(d)

Callers

nothing calls this directly

Calls 1

onchangeMethod · 0.95

Tested by

no test coverage detected