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

Method setUp

tables/tests/test_basics.py:1436–1441  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1434)
1435class ThreadingTestCase(common.TempFileMixin, common.PyTablesTestCase):
1436 def setUp(self):
1437 super().setUp()
1438 self.h5file.create_carray(
1439 "/", "test_array", tb.Int64Atom(), (200, 300)
1440 )
1441 self.h5file.close()
1442
1443 def test(self):
1444 lock = threading.Lock()

Callers

nothing calls this directly

Calls 3

create_carrayMethod · 0.80
setUpMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected