PyList_Extend
pyo3
0.27.1
In pyo3::
ffi
pyo3
::
ffi
Function
PyList_
Extend
Copy item path
Source
pub unsafe extern "C" fn PyList_Extend( list:
*mut
PyObject
, iterable:
*mut
PyObject
, ) ->
i32