Constant Py_TPFLAGS_READY
pub const Py_TPFLAGS_READY: u64 = _; // 4_096u64
Available on crate features
dep_pyo3
and std
only.Expand description
Set if the type is ‘ready’ – fully initialized
pub const Py_TPFLAGS_READY: u64 = _; // 4_096u64
dep_pyo3
and std
only.Set if the type is ‘ready’ – fully initialized