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

Function undo_create

tables/undoredo.py:96–98  ·  view source on GitHub ↗

Undo create node.

(file_: "File", path: str)

Source from the content-addressed store, hash-verified

94
95
96def undo_create(file_: "File", path: str) -> None:
97 """Undo create node."""
98 move_to_shadow(file_, path)
99
100
101def redo_create(file_: "File", path: str) -> None:

Callers 1

undoFunction · 0.85

Calls 1

move_to_shadowFunction · 0.85

Tested by

no test coverage detected