class documentation

class CreateZeros:

Known subclasses: numpy.core.tests.test_numerictypes.TestCreateZerosNested, numpy.core.tests.test_numerictypes.TestCreateZerosPlain

View In Hierarchy

Check the creation of heterogeneous arrays zero-valued
Method test_zeros0​D Check creation of 0-dimensional objects
Method test_zeros​MD Check creation of multi-dimensional objects
Method test_zeros​SD Check creation of single-dimensional objects
def test_zeros0D(self):
Check creation of 0-dimensional objects
def test_zerosMD(self):
Check creation of multi-dimensional objects
def test_zerosSD(self):
Check creation of single-dimensional objects