Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ fget
Method
fget
crates/vm/src/builtins/property.rs:135–137 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
133
134
#[pygetset]
135
fn fget(&self) -> Option<PyObjectRef> {
136
self.getter.read().clone()
137
}
138
139
pub(crate) fn get_fget(&self) -> Option<PyObjectRef> {
140
self.getter.read().clone()
Callers
5
__get__
Method · 0.80
__get__
Method · 0.80
__get__
Method · 0.80
__get__
Method · 0.80
clone_property_with
Method · 0.80
Calls
2
clone
Method · 0.45
read
Method · 0.45
Tested by
2
__get__
Method · 0.64
__get__
Method · 0.64