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

Method set___qualname__

crates/vm/src/builtins/coroutine.rs:65–67  ·  view source on GitHub ↗
(&self, qualname: PyStrRef)

Source from the content-addressed store, hash-verified

63
64 #[pygetset(setter)]
65 fn set___qualname__(&self, qualname: PyStrRef) {
66 self.inner.set_qualname(qualname)
67 }
68
69 #[pymethod(name = "__await__")]
70 fn r#await(zelf: PyRef<Self>) -> PyCoroutineWrapper {

Callers

nothing calls this directly

Calls 1

set_qualnameMethod · 0.45

Tested by

no test coverage detected