Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PyTables/PyTables
/ assertIsFile
Method
assertIsFile
tables/tests/test_create.py:1755–1756 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
1753
)
1754
1755
def
assertIsFile(self):
1756
self.assertTrue(Path(self.h5fname).is_file())
1757
1758
def
test_newFile(self):
1759
self.assertIsInstance(self.h5file, tb.File)
Callers
4
test_newFile
Method · 0.95
test_readFile
Method · 0.95
test_openFileA
Method · 0.95
test_openFileRW
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected