Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ interpolations
Method
interpolations
crates/vm/src/builtins/template.rs:106–108 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
104
105
#[pygetset]
106
fn interpolations(&self) -> PyTupleRef {
107
self.interpolations.clone()
108
}
109
110
#[pygetset]
111
fn values(&self, vm: &VirtualMachine) -> PyTupleRef {
Callers
1
scan_expression
Method · 0.80
Calls
1
clone
Method · 0.45
Tested by
no test coverage detected