Constant python3_sys::Py_TPFLAGS_IMMUTABLETYPE
source ยท pub const Py_TPFLAGS_IMMUTABLETYPE: c_ulong = _; // 256u32
Expand description
Set if the type object is immutable: type attributes cannot be set nor deleted
pub const Py_TPFLAGS_IMMUTABLETYPE: c_ulong = _; // 256u32
Set if the type object is immutable: type attributes cannot be set nor deleted