MCPcopy 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_nameMethod · 0.80
getset_nameMethod · 0.80
slot_nameMethod · 0.80
member_nameMethod · 0.80
simple_nameMethod · 0.80
class_nameMethod · 0.80

Calls 1

to_stringMethod · 0.80

Tested by

no test coverage detected