Function pyo3::ffi::PyTZInfo_Check

source ·
pub unsafe fn PyTZInfo_Check(op: *mut PyObject) -> i32
Expand description

Check if op is a PyDateTimeAPI.TZInfoType or subtype.