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

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

Check if op is a PyDateTimeAPI.TimeType or subtype.