Function pyo3_ffi::PyDelta_CheckExact
source · pub unsafe fn PyDelta_CheckExact(op: *mut PyObject) -> c_int
Available on non-
Py_LIMITED_API
only.Expand description
Check if op
’s type is exactly PyDateTimeAPI.DeltaType
.