MCPcopy Create free account
hub / github.com/LaBatata101/sith-language-server / FStringExpr

Class FStringExpr

crates/sith_python_ast/src/nodes.rs:1164–1167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1162/// [JoinedStr]: https://docs.python.org/3/library/ast.html#ast.JoinedStr
1163#[derive(Clone, Debug, PartialEq, Eq, Hash)]
1164pub struct FStringExpr {
1165 pub range: TextRange,
1166 pub value: FStringValue,
1167}
1168
1169impl From<FStringExpr> for Expr {
1170 fn from(payload: FStringExpr) -> Self {

Callers 2

as_refMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected