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

Method onchange

remi/gui.py:276–280  ·  view source on GitHub ↗

Called on content change.

(self)

Source from the content-addressed store, hash-verified

274
275 @decorate_event
276 def onchange(self):
277 """Called on content change.
278 """
279 self.changed = True
280 return ()
281
282
283class Tag(object):

Callers 5

__setitem__Method · 0.95
__delitem__Method · 0.95
popMethod · 0.95
clearMethod · 0.95
updateMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected