OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:py_buffer_to_contiguous
(Results
1 - 2
of
2
) sorted by null
/external/python/cpython3/Lib/test/
test_buffer.py
887
contig =
py_buffer_to_contiguous
(result, 'C', PyBUF_FULL_RO)
898
contig =
py_buffer_to_contiguous
(result, 'F', PyBUF_FULL_RO)
910
contig =
py_buffer_to_contiguous
(result, 'A', PyBUF_FULL_RO)
[
all
...]
/external/python/cpython3/Modules/
_testbuffer.c
2428
py_buffer_to_contiguous
(PyObject *self, PyObject *args)
function
[
all
...]
Completed in 262 milliseconds