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

Method __qualname__

crates/vm/src/builtins/staticmethod.rs:110–112  ·  view source on GitHub ↗
(&self, vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

108
109 #[pygetset]
110 fn __qualname__(&self, vm: &VirtualMachine) -> PyResult {
111 self.callable.lock().get_attr("__qualname__", vm)
112 }
113
114 #[pygetset]
115 fn __name__(&self, vm: &VirtualMachine) -> PyResult {

Callers 1

repr_strMethod · 0.45

Calls 2

get_attrMethod · 0.45
lockMethod · 0.45

Tested by

no test coverage detected