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

Method setUp

tables/tests/test_create.py:1107–1114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1105 nrows = 10
1106
1107 def setUp(self):
1108 super().setUp()
1109
1110 # Create a temporary file
1111 self.h5fname2 = tempfile.mktemp(".h5")
1112
1113 # Create the source file
1114 self.populateFile()
1115
1116 def populateFile(self):
1117 group = self.h5file.root

Callers

nothing calls this directly

Calls 2

populateFileMethod · 0.95
setUpMethod · 0.45

Tested by

no test coverage detected