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

Method setUp

tables/tests/test_carray.py:1313–1316  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1311class ReadOutArgumentTests(common.TempFileMixin, common.PyTablesTestCase):
1312
1313 def setUp(self):
1314 super().setUp()
1315 self.size = 1000
1316 self.filters = tb.Filters(complevel=1, complib="blosc")
1317
1318 def create_array(self):
1319 array = np.arange(self.size, dtype="i8")

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected