Classes | |
class | PyValueHolder |
Variables | |
np | |
def test_numpy_array.arr | ( | ) |
Definition at line 28 of file test_numpy_array.py.
def test_numpy_array.test_argument_conversions | ( | forcecast, | |
contiguity, | |||
noconvert | |||
) |
Definition at line 544 of file test_numpy_array.py.
def test_numpy_array.test_array_attributes | ( | ) |
Definition at line 32 of file test_numpy_array.py.
def test_numpy_array.test_array_create_and_resize | ( | ) |
Definition at line 469 of file test_numpy_array.py.
def test_numpy_array.test_array_failure | ( | ) |
Definition at line 420 of file test_numpy_array.py.
def test_numpy_array.test_array_resize | ( | ) |
Definition at line 441 of file test_numpy_array.py.
def test_numpy_array.test_array_unchecked_dyn_dims | ( | ) |
Definition at line 408 of file test_numpy_array.py.
def test_numpy_array.test_array_unchecked_fixed_dims | ( | msg | ) |
Definition at line 382 of file test_numpy_array.py.
def test_numpy_array.test_array_view | ( | ) |
Definition at line 475 of file test_numpy_array.py.
def test_numpy_array.test_array_view_invalid | ( | ) |
Definition at line 484 of file test_numpy_array.py.
def test_numpy_array.test_at | ( | arr | ) |
Definition at line 122 of file test_numpy_array.py.
def test_numpy_array.test_at_fail | ( | arr, | |
dim | |||
) |
Definition at line 115 of file test_numpy_array.py.
def test_numpy_array.test_bounds_check | ( | arr | ) |
Definition at line 156 of file test_numpy_array.py.
def test_numpy_array.test_cast_numpy_int64_to_uint64 | ( | ) |
Definition at line 278 of file test_numpy_array.py.
def test_numpy_array.test_constructors | ( | ) |
Definition at line 288 of file test_numpy_array.py.
def test_numpy_array.test_data | ( | arr, | |
args, | |||
ret | |||
) |
Definition at line 106 of file test_numpy_array.py.
def test_numpy_array.test_dim_check_fail | ( | arr | ) |
Definition at line 81 of file test_numpy_array.py.
def test_numpy_array.test_dtype_refcount_leak | ( | ) |
Definition at line 586 of file test_numpy_array.py.
def test_numpy_array.test_dtypes | ( | ) |
Definition at line 11 of file test_numpy_array.py.
def test_numpy_array.test_format_descriptors_for_floating_point_types | ( | test_func | ) |
Definition at line 529 of file test_numpy_array.py.
def test_numpy_array.test_greedy_string_overload | ( | ) |
Tests fix for #685 - ndarray shouldn't go to std::string overload
Definition at line 374 of file test_numpy_array.py.
def test_numpy_array.test_index_offset | ( | arr, | |
args, | |||
ret | |||
) |
Definition at line 74 of file test_numpy_array.py.
def test_numpy_array.test_index_using_ellipsis | ( | ) |
Definition at line 515 of file test_numpy_array.py.
def test_numpy_array.test_initializer_list | ( | ) |
Definition at line 434 of file test_numpy_array.py.
def test_numpy_array.test_isinstance | ( | ) |
Definition at line 283 of file test_numpy_array.py.
def test_numpy_array.test_make_c_f_array | ( | ) |
Definition at line 175 of file test_numpy_array.py.
def test_numpy_array.test_make_empty_shaped_array | ( | ) |
Definition at line 182 of file test_numpy_array.py.
def test_numpy_array.test_mutate_data | ( | arr | ) |
Definition at line 142 of file test_numpy_array.py.
def test_numpy_array.test_mutate_readonly | ( | arr | ) |
Definition at line 130 of file test_numpy_array.py.
def test_numpy_array.test_numpy_view | ( | capture | ) |
Definition at line 245 of file test_numpy_array.py.
def test_numpy_array.test_overload_resolution | ( | msg | ) |
Definition at line 304 of file test_numpy_array.py.
def test_numpy_array.test_pass_array_pyobject_ptr_return_as_list | ( | ) |
Definition at line 651 of file test_numpy_array.py.
def test_numpy_array.test_pass_array_pyobject_ptr_return_sum_str_values_list | ( | ) |
Definition at line 641 of file test_numpy_array.py.
def test_numpy_array.test_pass_array_pyobject_ptr_return_sum_str_values_ndarray | ( | ) |
Definition at line 631 of file test_numpy_array.py.
def test_numpy_array.test_reshape_initializer_list | ( | ) |
Definition at line 490 of file test_numpy_array.py.
def test_numpy_array.test_reshape_tuple | ( | ) |
Definition at line 500 of file test_numpy_array.py.
def test_numpy_array.test_return_array_pyobject_ptr_cpp_loop | ( | return_array_pyobject_ptr, | |
unwrap | |||
) |
Definition at line 667 of file test_numpy_array.py.
def test_numpy_array.test_round_trip_float | ( | ) |
Definition at line 598 of file test_numpy_array.py.
def test_numpy_array.test_wrap | ( | ) |
Definition at line 191 of file test_numpy_array.py.
def test_numpy_array.UnwrapPyValueHolder | ( | vhs | ) |
Definition at line 627 of file test_numpy_array.py.
def test_numpy_array.WrapWithPyValueHolder | ( | * | values | ) |
Definition at line 623 of file test_numpy_array.py.
test_numpy_array.np |
Definition at line 8 of file test_numpy_array.py.