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