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

Method __qualname__

crates/vm/src/builtins/asyncgenerator.rs:115–117  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

113
114 #[pygetset]
115 fn __qualname__(&self) -> PyStrRef {
116 self.inner.qualname()
117 }
118
119 #[pygetset(setter)]
120 fn set___qualname__(&self, qualname: PyStrRef) {

Callers

nothing calls this directly

Calls 1

qualnameMethod · 0.80

Tested by

no test coverage detected