Skip to main content

call_arrow_c_array_method_if_exists

Function call_arrow_c_array_method_if_exists 

Source
pub(crate) fn call_arrow_c_array_method_if_exists<'py>(
    object: &Bound<'py, PyAny>,
) -> PyResult<Option<(Bound<'py, PyCapsule>, Bound<'py, PyCapsule>)>>