MCPcopy Create free account
hub / github.com/Glyphack/enderpy / FormattedValue

Class FormattedValue

parser/src/ast.rs:810–815  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

808// https://docs.python.org/3/library/ast.html#ast.FormattedValue
809#[derive(Debug, Clone)]
810pub struct FormattedValue {
811 pub node: Node,
812 pub value: Expression,
813 pub conversion: i32,
814 pub format_spec: Option<Expression>,
815}
816
817// https://docs.python.org/3/library/ast.html#ast.JoinedStr
818#[derive(Debug, Clone)]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected