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

Method setUp

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

Source from the content-addressed store, hash-verified

19 flavor = "numpy"
20
21 def setUp(self):
22 super().setUp()
23
24 # Create an instance of an HDF5 Table
25 self.rootgroup = self.h5file.root
26 self.populateFile()
27 self.h5file.close()
28
29 def populateFile(self):
30 group = self.rootgroup

Callers 11

setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
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