Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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_with
Method · 0.80
Calls
2
clone
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected