Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTables/PyTables
/ setUp
Method
setUp
tables/tests/test_links.py:14–16 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
12
class
HardLinkTestCase(common.TempFileMixin, common.PyTablesTestCase):
13
14
def
setUp(self):
15
super().setUp()
16
self._createFile()
17
18
def
_createFile(self):
19
self.h5file.create_array(
"/"
,
"arr1"
, [1, 2])
Callers
2
setUp
Method · 0.45
setUp
Method · 0.45
Calls
1
_createFile
Method · 0.95
Tested by
no test coverage detected