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

Calls 1

cloneMethod · 0.45

Tested by

no test coverage detected