Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ __name__
Method
__name__
crates/vm/src/builtins/asyncgenerator.rs:105–107 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
103
104
#[pygetset]
105
fn __name__(&self) -> PyStrRef {
106
self.inner.name()
107
}
108
109
#[pygetset(setter)]
110
fn set___name__(&self, name: PyStrRef) {
Callers
nothing calls this directly
Calls
1
name
Method · 0.45
Tested by
no test coverage detected