Skip to main content

pylong_visit_digits

Function pylong_visit_digits 

Source
pub(crate) fn pylong_visit_digits<R>(
    obj: Borrowed<'_, '_, PyAny>,
    f: impl FnOnce(bool, i64, Option<&[u32]>) -> PyResult<R>,
) -> PyResult<R>
Available on Py_3_14 and non-Py_LIMITED_API only.
⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here