Function pyo3::ffi::PyTime_Check[][src]

pub unsafe fn PyTime_Check(op: *mut PyObject) -> c_int

Check if op is a PyDateTimeAPI.TimeType or subtype.