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/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_str
Method · 0.45
Calls
2
get_attr
Method · 0.45
lock
Method · 0.45
Tested by
no test coverage detected