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

Method setUp

tables/tests/test_queries.py:292–297  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

290 )
291
292 def setUp(self):
293 super().setUp()
294 self.table = self.h5file.create_table(
295 "/", "test", self.tableDescription, expectedrows=self.nrows
296 )
297 fill_table(self.table, self.shape, self.nrows)
298
299
300class ScalarTableMixin:

Callers

nothing calls this directly

Calls 3

fill_tableFunction · 0.85
setUpMethod · 0.45
create_tableMethod · 0.45

Tested by

no test coverage detected