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

Method setUp

tables/tests/test_vlarray.py:3463–3467  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3461 complib = "zlib" # Default compression library
3462
3463 def setUp(self):
3464 super().setUp()
3465 self.rootgroup = self.h5file.root
3466 self.populateFile()
3467 self._reopen(mode="a")
3468
3469 def populateFile(self):
3470 group = self.rootgroup

Callers

nothing calls this directly

Calls 3

populateFileMethod · 0.95
setUpMethod · 0.45
_reopenMethod · 0.45

Tested by

no test coverage detected