Function pyo3::ffi::PyDate_CheckExact [−][src]
pub unsafe fn PyDate_CheckExact(op: *mut PyObject) -> c_int
Expand description
Check if op
’s type is exactly PyDateTimeAPI.DateType
.
pub unsafe fn PyDate_CheckExact(op: *mut PyObject) -> c_int
Check if op
’s type is exactly PyDateTimeAPI.DateType
.