Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
18
def
tearDown(fileh):
19
# Disable undo/redo.
20
fileh.disable_undo()
21
# Close the file
22
fileh.close()
23
24
25
def
demo_6times3marks():
Callers
2
demo_6times3marks
Function · 0.85
demo_manyops
Function · 0.85
Calls
2
disable_undo
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected