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

Method setUp

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

Source from the content-addressed store, hash-verified

2664 complib = "zlib" # Default compression library
2665
2666 def setUp(self):
2667 super().setUp()
2668 self.rootgroup = self.h5file.root
2669 self.populateFile()
2670 self._reopen()
2671
2672 def populateFile(self):
2673 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