Function pyo3::ffi::PyDelta_CheckExact

source ·
pub unsafe fn PyDelta_CheckExact(op: *mut PyObject) -> i32
Expand description

Check if op’s type is exactly PyDateTimeAPI.DeltaType.

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here