MCPcopy Index your code
hub / github.com/PyTables/PyTables / EmptyEArrayTestCase

Class EmptyEArrayTestCase

tables/tests/test_earray.py:860–868  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

858
859
860class EmptyEArrayTestCase(BasicTestCase):
861 type = "int32"
862 dtype = np.dtype("int32")
863 shape = (2, 0)
864 chunksize = 5
865 nappends = 0
866 start = 0
867 stop = 10
868 step = 1
869
870
871class NP_EmptyEArrayTestCase(BasicTestCase):

Callers

nothing calls this directly

Calls 1

dtypeMethod · 0.45

Tested by

no test coverage detected