MCPcopy Index your code
hub / github.com/RustPython/RustPython / unhashable

Method unhashable

crates/derive-impl/src/util.rs:407–409  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

405 }
406
407 pub fn unhashable(&self) -> Result<bool> {
408 self.inner()._bool("unhashable")
409 }
410
411 pub fn metaclass(&self) -> Result<Option<String>> {
412 self.inner()._optional_str("metaclass")

Callers 1

impl_pyclassFunction · 0.80

Calls 2

_boolMethod · 0.80
innerMethod · 0.45

Tested by

no test coverage detected