Functions | |
def | test_buffer_docstring () |
def | test_ctypes_array_1d () |
def | test_ctypes_array_2d () |
def | test_ctypes_from_buffer () |
def | test_format_descriptor_format_buffer_info_equiv (cpp_name, np_dtype) |
def | test_from_python () |
def | test_inherited_protocol () |
def | test_pointer_to_member_fn () |
def | test_readonly_buffer () |
def | test_selective_readonly_buffer () |
def | test_to_python () |
Variables | |
CPP_NAME_FORMAT_NP_DTYPE_TABLE | |
CPP_NAME_FORMAT_TABLE | |
CPP_NAME_NP_DTYPE_TABLE | |
np_complex256 | |
np_float128 | |
def test_buffers.test_buffer_docstring | ( | ) |
Definition at line 226 of file test_buffers.py.
def test_buffers.test_ctypes_array_1d | ( | ) |
Definition at line 177 of file test_buffers.py.
def test_buffers.test_ctypes_array_2d | ( | ) |
Definition at line 192 of file test_buffers.py.
def test_buffers.test_ctypes_from_buffer | ( | ) |
Definition at line 207 of file test_buffers.py.
def test_buffers.test_format_descriptor_format_buffer_info_equiv | ( | cpp_name, | |
np_dtype | |||
) |
Definition at line 54 of file test_buffers.py.
def test_buffers.test_from_python | ( | ) |
Definition at line 73 of file test_buffers.py.
def test_buffers.test_inherited_protocol | ( | ) |
SquareMatrix is derived from Matrix and inherits the buffer protocol
Definition at line 136 of file test_buffers.py.
def test_buffers.test_pointer_to_member_fn | ( | ) |
Definition at line 144 of file test_buffers.py.
def test_buffers.test_readonly_buffer | ( | ) |
Definition at line 152 of file test_buffers.py.
def test_buffers.test_selective_readonly_buffer | ( | ) |
Definition at line 161 of file test_buffers.py.
def test_buffers.test_to_python | ( | ) |
Definition at line 101 of file test_buffers.py.
test_buffers.CPP_NAME_FORMAT_NP_DTYPE_TABLE |
Definition at line 25 of file test_buffers.py.
test_buffers.CPP_NAME_FORMAT_TABLE |
Definition at line 43 of file test_buffers.py.
test_buffers.CPP_NAME_NP_DTYPE_TABLE |
Definition at line 48 of file test_buffers.py.
test_buffers.np_complex256 |
Definition at line 19 of file test_buffers.py.
test_buffers.np_float128 |
Definition at line 18 of file test_buffers.py.