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

Method setUp

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

Source from the content-addressed store, hash-verified

6695 nrows = 20
6696
6697 def setUp(self):
6698 super().setUp()
6699
6700 # Create an instance of an HDF5 Table
6701 self.rootgroup = self.h5file.root
6702 self.populateFile()
6703
6704 def populateFile(self):
6705 # Create a table

Callers

nothing calls this directly

Calls 2

populateFileMethod · 0.95
setUpMethod · 0.45

Tested by

no test coverage detected