class documentation

class TestNonIntegerArrayLike:

View In Hierarchy

Tests that array_likes only valid if can safely cast to integer.

For instance, lists give IndexError when they cannot be safely cast to an integer.

Method test​_basic Undocumented
def test_basic(self):

Undocumented