Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ qualname
Method
qualname
crates/vm/src/coroutine.rs:266–268 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
264
}
265
266
pub fn qualname(&self) -> PyStrRef {
267
self.qualname.lock().clone()
268
}
269
270
pub fn set_qualname(&self, qualname: PyStrRef) {
271
*self.qualname.lock() = qualname;
Callers
4
repr
Method · 0.80
__qualname__
Method · 0.80
__qualname__
Method · 0.80
__qualname__
Method · 0.80
Calls
2
clone
Method · 0.45
lock
Method · 0.45
Tested by
no test coverage detected