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

Method base

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

Source from the content-addressed store, hash-verified

401 }
402
403 pub fn base(&self) -> Result<Option<syn::Path>> {
404 self.inner()._optional_path("base")
405 }
406
407 pub fn unhashable(&self) -> Result<bool> {
408 self.inner()._bool("unhashable")

Callers 2

impl_pyclassFunction · 0.80
impl_pyexceptionFunction · 0.80

Calls 2

_optional_pathMethod · 0.80
innerMethod · 0.45

Tested by

no test coverage detected