Constant pyo3_ffi::Py_TPFLAGS_READY
source · [−]pub const Py_TPFLAGS_READY: c_ulong = 1 << 12; // 4_096u64Expand description
Set if the type is ‘ready’ – fully initialized
pub const Py_TPFLAGS_READY: c_ulong = 1 << 12; // 4_096u64Set if the type is ‘ready’ – fully initialized