Skip to main content

PyDate_Check

Function PyDate_Check 

Source
unsafe fn PyDate_Check(op: *mut PyObject) -> c_int
Expand description

Check if op is a PyDateTimeAPI.DateType or subtype.

§Safety

Must only be called while the GIL is held

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