MCPcopy Create free account
hub / github.com/python/cpython / set_saved_change_hook

Method set_saved_change_hook

Lib/idlelib/undo.py:70–71  ·  view source on GitHub ↗
(self, hook)

Source from the content-addressed store, hash-verified

68 saved_change_hook = None
69
70 def set_saved_change_hook(self, hook):
71 self.saved_change_hook = hook
72
73 was_saved = -1
74

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected