class documentation

class TestNonIntegerArrayLike: (source)

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): (source)

Undocumented