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

Method pop

remi/gui.py:252–257  ·  view source on GitHub ↗
(self, key, d=None)

Source from the content-addressed store, hash-verified

250 return ret
251
252 def pop(self, key, d=None):
253 if key not in self:
254 return
255 ret = super(_EventDictionary, self).pop(key, d)
256 self.onchange()
257 return ret
258
259 def clear(self):
260 ret = super(_EventDictionary, self).clear()

Callers 6

doMethod · 0.80
_need_updateMethod · 0.80
remove_childMethod · 0.80
set_autoplayMethod · 0.80
set_loopMethod · 0.80
startFunction · 0.80

Calls 1

onchangeMethod · 0.95

Tested by

no test coverage detected