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

Method inner

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

Source from the content-addressed store, hash-verified

1524 }
1525
1526 fn inner(&self) -> &ItemMetaInner {
1527 &self.0
1528 }
1529}
1530
1531impl MethodItemMeta {

Callers 7

impl_pyclassFunction · 0.45
rawMethod · 0.45
method_nameMethod · 0.45
getset_nameMethod · 0.45
slot_nameMethod · 0.45
member_nameMethod · 0.45
member_kindMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected