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

Function undo_remove

tables/undoredo.py:106–108  ·  view source on GitHub ↗

Undo remove node.

(file_: "File", path: str)

Source from the content-addressed store, hash-verified

104
105
106def undo_remove(file_: "File", path: str) -> None:
107 """Undo remove node."""
108 move_from_shadow(file_, path)
109
110
111def redo_remove(file_: "File", path: str) -> None:

Callers 1

undoFunction · 0.85

Calls 1

move_from_shadowFunction · 0.85

Tested by

no test coverage detected