MCPcopy 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_simpleMethod · 0.95
test01_twiceMethod · 0.95
test02_twice2Method · 0.95
test03_6times3marksMethod · 0.95
test04_6times3marksroMethod · 0.95
test05_destructiveMethod · 0.95
test05b_destructiveMethod · 0.95
test05c_destructiveMethod · 0.95
test05d_destructiveMethod · 0.95
test05e_destructiveMethod · 0.95
test05f_destructiveMethod · 0.95
test06_totalunwindMethod · 0.95

Calls 1

_reopenMethod · 0.45

Tested by

no test coverage detected