Function pyo3::types::complex::not_limited_impls::complex_operation

source ·
pub(super) unsafe fn complex_operation<'py>(
    l: Borrowed<'_, 'py, PyComplex>,
    r: Borrowed<'_, 'py, PyComplex>,
    operation: unsafe extern "C" fn(_: Py_complex, _: Py_complex) -> Py_complex
) -> *mut PyObject
Available on neither Py_LIMITED_API nor PyPy nor GraalPy.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here