MCPcopy 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_withMethod · 0.80

Calls 2

cloneMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected