MCPcopy Index your code
hub / github.com/RustPython/RustPython / __qualname__

Method __qualname__

crates/vm/src/builtins/generator.rs:62–64  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

60
61 #[pygetset]
62 fn __qualname__(&self) -> PyStrRef {
63 self.inner.qualname()
64 }
65
66 #[pygetset(setter)]
67 fn set___qualname__(&self, qualname: PyStrRef) {

Callers

nothing calls this directly

Calls 1

qualnameMethod · 0.80

Tested by

no test coverage detected