Skip to main content
PySequence_In
pyo3_
ffi
0.28.3
pyo3_ffi
Function
PySequence_
In
Copy item path
Source
pub unsafe extern "C" fn PySequence_In( o:
*mut
PyObject
, value:
*mut
PyObject
, ) ->
c_int