Function pyo3::types::datetime::PyTime_Check

source ·
unsafe fn PyTime_Check(op: *mut PyObject) -> c_int
Available on non-Py_LIMITED_API only.
Expand description

Check if op is a PyDateTimeAPI.TimeType or subtype.

§Safety

Must only be called while the GIL is held

⚠️ Internal Docs ⚠️ Not Public API 👉 Official Docs Here