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

Method setUp

tables/tests/test_earray.py:1437–1439  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1435 complib = "zlib" # Default compression library
1436
1437 def setUp(self):
1438 super().setUp()
1439 self.rootgroup = self.h5file.root
1440
1441 def test01a_String(self):
1442 """Checking earray with offset numpy strings appends."""

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected