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

Method set___name__

crates/vm/src/builtins/coroutine.rs:55–57  ·  view source on GitHub ↗
(&self, name: PyStrRef)

Source from the content-addressed store, hash-verified

53
54 #[pygetset(setter)]
55 fn set___name__(&self, name: PyStrRef) {
56 self.inner.set_name(name)
57 }
58
59 #[pygetset]
60 fn __qualname__(&self) -> PyStrRef {

Callers

nothing calls this directly

Calls 1

set_nameMethod · 0.45

Tested by

no test coverage detected