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

Method __qualname__

crates/vm/src/builtins/descriptor.rs:129–131  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

127
128 #[pygetset]
129 fn __qualname__(&self) -> String {
130 format!("{}.{}", self.common.typ.name(), &self.common.name)
131 }
132
133 #[pygetset]
134 const fn __doc__(&self) -> Option<&'static str> {

Callers

nothing calls this directly

Calls 6

calculate_qualnameFunction · 0.85
clone_intoMethod · 0.80
readMethod · 0.45
is_noneMethod · 0.45
writeMethod · 0.45
to_ownedMethod · 0.45

Tested by

no test coverage detected