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

Method unparse_fstring_body

crates/codegen/src/unparse.rs:538–543  ·  view source on GitHub ↗
(&mut self, elements: &[ast::InterpolatedStringElement])

Source from the content-addressed store, hash-verified

536 }
537
538 fn unparse_fstring_body(&mut self, elements: &[ast::InterpolatedStringElement]) -> fmt::Result {
539 for elem in elements {
540 self.unparse_fstring_elem(elem)?;
541 }
542 Ok(())
543 }
544
545 fn unparse_formatted(
546 &mut self,

Callers 3

unparse_formattedMethod · 0.80
unparse_fstringMethod · 0.80
unparse_tstringMethod · 0.80

Calls 1

unparse_fstring_elemMethod · 0.80

Tested by

no test coverage detected