[−][src]Function pyo3::ffi::PyTime_CheckExact
pub unsafe fn PyTime_CheckExact(op: *mut PyObject) -> c_int
Check if op
's type is exactly PyDateTimeAPI.TimeType
.
pub unsafe fn PyTime_CheckExact(op: *mut PyObject) -> c_int
Check if op
's type is exactly PyDateTimeAPI.TimeType
.