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

Method setUp

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

Source from the content-addressed store, hash-verified

267 nrows = 10
268
269 def setUp(self):
270 super().setUp()
271 self.populateFile()
272
273 def populateFile(self):
274 group = self.h5file.root

Callers

nothing calls this directly

Calls 2

populateFileMethod · 0.95
setUpMethod · 0.45

Tested by

no test coverage detected