Skip to main content

PyDate_CheckExact

Function PyDate_CheckExact 

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

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