Constant python3_sys::Py_TPFLAGS_READY [−][src]
pub const Py_TPFLAGS_READY: c_ulong = (1 << 12); // 0x0000_0000_0000_1000u64Expand description
Set if the type is ‘ready’ – fully initialized
pub const Py_TPFLAGS_READY: c_ulong = (1 << 12); // 0x0000_0000_0000_1000u64Set if the type is ‘ready’ – fully initialized