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

Method setUp

tables/tests/test_tables.py:3561–3567  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3559 checkgetCol = 0
3560
3561 def setUp(self):
3562 super().setUp()
3563
3564 # Create an instance of an HDF5 Table
3565 self.rootgroup = self.h5file.root
3566 self.populateFile()
3567 self.h5file.close()
3568
3569 def populateFile(self):
3570 group = self.rootgroup

Callers

nothing calls this directly

Calls 3

populateFileMethod · 0.95
setUpMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected