Undocumented
Class | TestBuiltin |
No class docstring; 1/11 method documented |
Class | TestClassGetItem |
Undocumented |
Class | TestDtypeAttributeDeletion |
Undocumented |
Class | TestDtypeAttributes |
Undocumented |
Class | TestDTypeClasses |
Undocumented |
Class | TestFromCTypes |
No class docstring; 0/2 class variable, 1/16 method, 0/1 static method documented |
Class | TestFromDTypeAttribute |
Undocumented |
Class | TestMetadata |
Undocumented |
Class | TestMonsterType |
Test deeply nested subtypes. |
Class | TestPickling |
Undocumented |
Class | TestPromotion |
Test cases related to more complex DType promotions. Further promotion tests are defined in test_numeric.py |
Class | TestRecord |
No class docstring; 2/18 methods documented |
Class | TestString |
Undocumented |
Class | TestStructuredDtypeSparseFields |
Tests subarray fields which contain sparse dtypes so that not all memory is used by the dtype work. Such dtype's should leave the underlying memory unchanged. |
Class | TestStructuredObjectRefcounting |
These tests cover various uses of complicated structured types which include objects and thus require reference counting. |
Class | TestSubarray |
No class docstring; 5/11 methods documented |
Class | TestUserDType |
Undocumented |
Function | assert_dtype_equal |
Undocumented |
Function | assert_dtype_not_equal |
Undocumented |
Function | iter_struct_object_dtypes |
Iterates over a few complex dtypes and object pattern which fill the array with a given object (defaults to a singleton). |
Function | test_class_getitem_38 |
Undocumented |
Function | test_dtypes_are_true |
Undocumented |
Function | test_invalid_dtype_string |
Undocumented |
Function | test_keyword_argument |
Undocumented |
Function | test_rational_dtype |
Undocumented |
Function | test_result_type_integers_and_unitless_timedelta64 |
Undocumented |
Iterates over a few complex dtypes and object pattern which fill the array with a given object (defaults to a singleton).
dtype : dtype pattern : tuple
Structured tuple for use with np.array
.