numpy.core.tests.test_indexing.TestNonIntegerArrayLike
numpy
core
tests
test_indexing
TestNonIntegerArrayLike
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.
test​_basic
Undocumented