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

Method setUp

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

Source from the content-addressed store, hash-verified

3072 checkgetCol = 0
3073
3074 def setUp(self):
3075 super().setUp()
3076
3077 # Create an instance of an HDF5 Table
3078 self.rootgroup = self.h5file.root
3079 self.populateFile()
3080 self.h5file.close()
3081
3082 def populateFile(self):
3083 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