Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ item_name
Method
item_name
crates/derive-impl/src/util.rs:157–159 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
155
}
156
157
pub fn item_name(&self) -> String {
158
self.item_ident.to_string()
159
}
160
161
pub fn meta_name(&self) -> String {
162
self.meta_ident.to_string()
Callers
6
method_name
Method · 0.80
getset_name
Method · 0.80
slot_name
Method · 0.80
member_name
Method · 0.80
simple_name
Method · 0.80
class_name
Method · 0.80
Calls
1
to_string
Method · 0.80
Tested by
no test coverage detected