Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1531
impl 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_item
Method · 0.45
Calls
2
_bool
Method · 0.80
inner
Method · 0.45
Tested by
no test coverage detected