Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTables/PyTables
/ setUp
Method
setUp
tables/tests/test_vlarray.py:1764–1766 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1762
complib =
"zlib"
# Default compression library
1763
1764
def
setUp(self):
1765
super().setUp()
1766
self.rootgroup = self.h5file.root
1767
1768
def
test01_StringAtom(self):
1769
""
"Checking vlarray with MD NumPy string atoms."
""
Callers
nothing calls this directly
Calls
1
setUp
Method · 0.45
Tested by
no test coverage detected