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

Method setUp

tables/tests/test_vlarray.py:2167–2169  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2165 open_mode = "w"
2166
2167 def setUp(self):
2168 super().setUp()
2169 self.rootgroup = self.h5file.root
2170
2171 def test00_difinputs(self):
2172 """Checking vlarray.append() with different inputs."""

Callers

nothing calls this directly

Calls 1

setUpMethod · 0.45

Tested by

no test coverage detected