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

Method _create_mark

tables/file.py:2385–2386  ·  view source on GitHub ↗
(self, trans: TransactionG, mid: int)

Source from the content-addressed store, hash-verified

2383 )
2384
2385 def _create_mark(self, trans: TransactionG, mid: int) -> MarkG:
2386 return MarkG(trans, _mark_name % mid, "Mark number %d" % mid, new=True)
2387
2388 def enable_undo(self, filters: Filters = Filters(complevel=1)) -> None:
2389 """Enable the Undo/Redo mechanism.

Callers 2

enable_undoMethod · 0.95
markMethod · 0.95

Calls 1

MarkGClass · 0.85

Tested by

no test coverage detected