class documentation

class TestCreationFuncs:

View In Hierarchy

Undocumented

Method check​_function Undocumented
Method setup Undocumented
Method test​_empty Undocumented
Method test​_for​_reference​_leak Undocumented
Method test​_full Undocumented
Method test​_ones Undocumented
Method test​_zeros Undocumented
Instance Variable dtypes Undocumented
Instance Variable ndims Undocumented
Instance Variable orders Undocumented
def check_function(self, func, fill_value=None):

Undocumented

def setup(self):

Undocumented

def test_empty(self):

Undocumented

@pytest.mark.skipif(not HAS_REFCOUNT, reason='Python lacks refcounts')
def test_for_reference_leak(self):

Undocumented

def test_full(self):

Undocumented

def test_ones(self):

Undocumented

def test_zeros(self):

Undocumented

dtypes =

Undocumented

ndims: int =

Undocumented

orders: dict[str, str] =

Undocumented