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

Method setUp

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

Source from the content-addressed store, hash-verified

1906 return True
1907
1908 def setUp(self):
1909 super().setUp()
1910 self.array = self.h5file.create_array("/", "array", self.array_data)
1911 self.scalar = self.h5file.create_array("/", "scalar", self.scalar_data)
1912
1913 def test00_invalid(self):
1914 """Setting an invalid flavor."""

Callers 8

setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45
setUpMethod · 0.45

Calls 1

create_arrayMethod · 0.45

Tested by

no test coverage detected