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

Method set___qualname__

crates/vm/src/builtins/asyncgenerator.rs:120–122  ·  view source on GitHub ↗
(&self, qualname: PyStrRef)

Source from the content-addressed store, hash-verified

118
119 #[pygetset(setter)]
120 fn set___qualname__(&self, qualname: PyStrRef) {
121 self.inner.set_qualname(qualname)
122 }
123
124 #[pygetset]
125 fn ag_await(&self, _vm: &VirtualMachine) -> Option<PyObjectRef> {

Callers

nothing calls this directly

Calls 1

set_qualnameMethod · 0.45

Tested by

no test coverage detected