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

Method setUp

tables/tests/test_carray.py:1431–1434  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1429 complib = "zlib" # Default compression library
1430
1431 def setUp(self):
1432 super().setUp()
1433 # Create an instance of an HDF5 Table
1434 self.rootgroup = self.h5file.root
1435
1436 def test01a_String(self):
1437 """Checking carray with offset NumPy strings appends."""

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected