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

Method _check_undo_enabled

tables/file.py:2363–2365  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2361 return self._undoEnabled
2362
2363 def _check_undo_enabled(self) -> None:
2364 if not self._undoEnabled:
2365 raise UndoRedoError("Undo/Redo feature is currently disabled!")
2366
2367 def _create_transaction_group(self) -> TransactionGroupG:
2368 tgroup = TransactionGroupG(

Callers 5

markMethod · 0.95
undoMethod · 0.95
redoMethod · 0.95
gotoMethod · 0.95
get_current_markMethod · 0.95

Calls 1

UndoRedoErrorClass · 0.85

Tested by

no test coverage detected