Skip to main content

PyTime_CheckExact

Function PyTime_CheckExact 

pub unsafe fn PyTime_CheckExact(op: *mut PyObject) -> i32
Available on crate feature tls only.
Expand description

Check if op’s type is exactly PyDateTimeAPI.TimeType.