Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ fdel
Method
fdel
crates/vm/src/builtins/property.rs:149–151 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
147
148
#[pygetset]
149
fn fdel(&self) -> Option<PyObjectRef> {
150
self.deleter.read().clone()
151
}
152
153
#[pygetset(name =
"__name__"
)]
154
fn name_getter(&self, vm: &VirtualMachine) -> PyResult {
Callers
3
__delete__
Method · 0.80
__delete__
Method · 0.80
clone_property_with
Method · 0.80
Calls
2
clone
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected