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

Class FormattedValue

crates/vm/src/stdlib/_ast/string.rs:452–457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

450
451#[derive(Debug)]
452pub(super) struct FormattedValue {
453 value: Box<ast::Expr>,
454 conversion: ast::ConversionFlag,
455 format_spec: Option<Box<JoinedStr>>,
456 range: TextRange,
457}
458
459// constructor
460impl Node for FormattedValue {

Callers 3

ast_from_objectMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected