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

Method setUp

tables/tests/test_basics.py:2325–2327  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2323
2324class HDF5ErrorHandling(common.PyTablesTestCase):
2325 def setUp(self):
2326 super().setUp()
2327 self._old_policy = tb.HDF5ExtError.DEFAULT_H5_BACKTRACE_POLICY
2328
2329 def tearDown(self):
2330 tb.HDF5ExtError.DEFAULT_H5_BACKTRACE_POLICY = self._old_policy

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected