module documentation

Undocumented

Class ​Test​Array​To​Index​Deprecation Creating an an index from array not 0-D is an error.
Class ​Test​Boolean​Indexing Undocumented
Class ​Test​Broadcasted​Assignments Undocumented
Class ​Test​CApi​Access Undocumented
Class ​Test​Fancy​Indexing​Cast Undocumented
Class ​Test​Fancy​Indexing​Equivalence Undocumented
Class ​Test​Field​Indexing Undocumented
Class ​Test​Float​Non​Integer​Argument These test that TypeError is raised when you try to use non-integers as arguments to for indexing and slicing e.g. a[0.0:5] and a[0.5], or other functions like array.reshape(1., -1).
Class ​Test​Indexing Undocumented
Class ​Test​Multi​Indexing​Automated These tests use code to mimic the C-Code indexing for selection.
Class ​Test​Multiple​Ellipsis​Error An index can only have a single ellipsis.
Class ​Test​Non​Integer​Array​Like Tests that array_likes only valid if can safely cast to integer.
Class ​Test​Subclasses Undocumented