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

Function tearDown

examples/undo-redo.py:18–22  ·  view source on GitHub ↗
(fileh)

Source from the content-addressed store, hash-verified

16
17
18def tearDown(fileh):
19 # Disable undo/redo.
20 fileh.disable_undo()
21 # Close the file
22 fileh.close()
23
24
25def demo_6times3marks():

Callers 2

demo_6times3marksFunction · 0.85
demo_manyopsFunction · 0.85

Calls 2

disable_undoMethod · 0.80
closeMethod · 0.45

Tested by

no test coverage detected