Function rustpython_vm::types::hash_not_implemented
source · pub fn hash_not_implemented(
zelf: &PyObject,
vm: &VirtualMachine
) -> PyResult<PyHash>
Expand description
Marks a type as unhashable. Similar to PyObject_HashNotImplemented in CPython