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

Method raw

crates/derive-impl/src/pyclass.rs:1532–1534  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1530
1531impl MethodItemMeta {
1532 fn raw(&self) -> Result<bool> {
1533 self.inner()._bool("raw")
1534 }
1535
1536 fn method_name(&self) -> Result<String> {
1537 let inner = self.inner();

Callers 1

gen_impl_itemMethod · 0.45

Calls 2

_boolMethod · 0.80
innerMethod · 0.45

Tested by

no test coverage detected