MCPcopy 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

reprMethod · 0.80
__qualname__Method · 0.80
__qualname__Method · 0.80
__qualname__Method · 0.80

Calls 2

cloneMethod · 0.45
lockMethod · 0.45

Tested by

no test coverage detected