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

Method setUp

tables/tests/test_create.py:1931–1935  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1929 DRIVER = "H5FD_CORE"
1930
1931 def setUp(self):
1932 super().setUp()
1933
1934 self.h5fname = tempfile.mktemp(suffix=".h5")
1935 self.h5file = None
1936
1937 def tearDown(self):
1938 if self.h5file:

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected