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

Method fmt

crates/codegen/src/unparse.rs:668–670  ·  view source on GitHub ↗
(&self, f: &mut fmt::Formatter<'_>)

Source from the content-addressed store, hash-verified

666
667impl fmt::Display for UnparseExpr<'_> {
668 fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
669 Unparser::new(f, self.source).unparse_expr(self.expr, precedence::TEST)
670 }
671}

Callers 1

unparse_exprMethod · 0.45

Calls 2

newFunction · 0.85
unparse_exprMethod · 0.80

Tested by

no test coverage detected