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

Method setUp

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

Source from the content-addressed store, hash-verified

3109 complib = "zlib" # Default compression library
3110
3111 def setUp(self):
3112 super().setUp()
3113
3114 self.rootgroup = self.h5file.root
3115 self.populateFile()
3116 self._reopen()
3117
3118 def populateFile(self):
3119 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