Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
1531
impl MethodItemMeta {
Callers
7
impl_pyclass
Function · 0.45
raw
Method · 0.45
method_name
Method · 0.45
getset_name
Method · 0.45
slot_name
Method · 0.45
member_name
Method · 0.45
member_kind
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected