Constant rustpython_common::hash::SENTINEL
source · pub const SENTINEL: PyHash = -1;Expand description
A PyHash value used to represent a missing hash value, e.g. means “not yet computed” for
str’s hash cache
pub const SENTINEL: PyHash = -1;A PyHash value used to represent a missing hash value, e.g. means “not yet computed” for
str’s hash cache