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

Method setUp

tables/tests/test_indexes.py:30–36  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

28 ss = small_blocksizes[2]
29
30 def setUp(self):
31 super().setUp()
32
33 self.rootgroup = self.h5file.root
34 self.populateFile()
35 # Close the file
36 self.h5file.close()
37
38 def populateFile(self):
39 group = self.rootgroup

Callers 7

setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls 2

populateFileMethod · 0.95
closeMethod · 0.45

Tested by

no test coverage detected