pub unsafe fn PyDateTime_Check(op: *mut PyObject) -> c_int
Expand description

Check if op is a PyDateTimeAPI.DateTimeType or subtype.