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

Method fset

crates/vm/src/builtins/property.rs:144–146  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

142
143 #[pygetset]
144 fn fset(&self) -> Option<PyObjectRef> {
145 self.setter.read().clone()
146 }
147
148 #[pygetset]
149 fn fdel(&self) -> Option<PyObjectRef> {

Callers 3

__set__Method · 0.80
__set__Method · 0.80
clone_property_withMethod · 0.80

Calls 2

cloneMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected