Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTables/PyTables
/ _do_reopen
Method
_do_reopen
tables/tests/test_do_undo.py:13–15 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
11
""
"Whether to reopen the file at certain points."
""
12
13
def
_do_reopen(self):
14
if
self._reopen_flag:
15
self._reopen(
"r+"
)
16
17
def
setUp(self):
18
super().setUp()
Callers
15
test00_simple
Method · 0.95
test01_twice
Method · 0.95
test02_twice2
Method · 0.95
test03_6times3marks
Method · 0.95
test04_6times3marksro
Method · 0.95
test05_destructive
Method · 0.95
test05b_destructive
Method · 0.95
test05c_destructive
Method · 0.95
test05d_destructive
Method · 0.95
test05e_destructive
Method · 0.95
test05f_destructive
Method · 0.95
test06_totalunwind
Method · 0.95
Calls
1
_reopen
Method · 0.45
Tested by
no test coverage detected