pyo3_
ffi
0.25.0-dev
In pyo3_
ffi::
cpython::
abstract_
Constants
PY_ITERSEARCH_CONTAINS
PY_ITERSEARCH_COUNT
PY_ITERSEARCH_INDEX
PY_VECTORCALL_ARGUMENTS_OFFSET
_PY_FASTCALL_SMALL_STACK
Functions
PyBuffer_FillContiguousStrides
PyBuffer_FillInfo
PyBuffer_FromContiguous
PyBuffer_GetPointer
PyBuffer_IsContiguous
PyBuffer_Release
PyBuffer_SizeFromFormat
PyBuffer_ToContiguous
PyObject_CallOneArg
PyObject_CheckBuffer
PyObject_CopyData
PyObject_GetBuffer
PyObject_LengthHint
PyObject_Vectorcall
PyObject_VectorcallDict
PyVectorcall_Call
PyVectorcall_Function
PyVectorcall_NARGS
_PyObject_CallNoArg
_PyObject_FastCall
_PyObject_FastCallTstate
_PyObject_MakeTpCall
_PyObject_VectorcallTstate
_PySequence_IterSearch
_PyStack_AsDict
_Py_CheckFunctionResult
⚠️ Internal Docs ⚠️ Not Public API 👉
Official Docs Here
pyo3_ffi
::
cpython
::
abstract_
Function
PyObject_CheckBuffer
Copy item path
Settings
Help
Summary
Source
pub unsafe fn PyObject_CheckBuffer(o:
*mut
PyObject
) ->
c_int
Available on
non-
Py_LIMITED_API
and neither
Py_3_9
nor
PyPy
only.