Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/PyTables/PyTables
/ NP_EmptyEArrayTestCase
Class
NP_EmptyEArrayTestCase
tables/tests/test_earray.py:871–876 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
869
870
871
class
NP_EmptyEArrayTestCase(BasicTestCase):
872
type =
"int32"
873
dtype = np.dtype(
"()int32"
)
874
shape = (2, 0)
875
chunksize = 5
876
nappends = 0
877
878
879
class
Empty2EArrayTestCase(BasicTestCase):
Callers
nothing calls this directly
Calls
1
dtype
Method · 0.45
Tested by
no test coverage detected