Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ set___name__
Method
set___name__
crates/vm/src/builtins/generator.rs:57–59 ·
view source on GitHub ↗
(&self, name: PyStrRef)
Source
from the content-addressed store, hash-verified
55
56
#[pygetset(setter)]
57
fn set___name__(&self, name: PyStrRef) {
58
self.inner.set_name(name)
59
}
60
61
#[pygetset]
62
fn __qualname__(&self) -> PyStrRef {
Callers
nothing calls this directly
Calls
1
set_name
Method · 0.45
Tested by
no test coverage detected