MCPcopy Create free account
hub / github.com/PyTables/PyTables / UndoRedoError

Class UndoRedoError

tables/exceptions.py:292–301  ·  view source on GitHub ↗

Problems with doing/redoing actions with Undo/Redo feature. This exception indicates a problem related to the Undo/Redo mechanism, such as trying to undo or redo actions with this mechanism disabled, or going to a nonexistent mark.

Source from the content-addressed store, hash-verified

290
291
292class UndoRedoError(Exception):
293 """Problems with doing/redoing actions with Undo/Redo feature.
294
295 This exception indicates a problem related to the Undo/Redo
296 mechanism, such as trying to undo or redo actions with this
297 mechanism disabled, or going to a nonexistent mark.
298
299 """
300
301 pass
302
303
304class UndoRedoWarning(Warning):

Callers 8

_check_undo_enabledMethod · 0.85
enable_undoMethod · 0.85
disable_undoMethod · 0.85
markMethod · 0.85
_logMethod · 0.85
_get_mark_idMethod · 0.85
undoMethod · 0.85
redoMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected