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

Class JoinedStr

parser/src/ast.rs:819–822  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

817// https://docs.python.org/3/library/ast.html#ast.JoinedStr
818#[derive(Debug, Clone)]
819pub struct JoinedStr {
820 pub node: Node,
821 pub values: Vec<Expression>,
822}
823
824// https://docs.python.org/3/library/ast.html#ast.If
825#[derive(Debug, Clone)]

Callers 3

parse_atomMethod · 0.85
concat_string_exprsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected