Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTables/PyTables
/ setUp
Method
setUp
tables/tests/test_basics.py:2135–2138 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
2133
2134
class
FilePropertyTestCase(common.PyTablesTestCase):
2135
def
setUp(self):
2136
super().setUp()
2137
self.h5fname = tempfile.mktemp(
".h5"
)
2138
self.h5file = None
2139
2140
def
tearDown(self):
2141
if
self.h5file:
Callers
nothing calls this directly
Calls
1
setUp
Method · 0.45
Tested by
no test coverage detected