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

Class FStringLiteralElement

crates/sith_python_ast/src/nodes.rs:1102–1105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1100
1101#[derive(Clone, Debug, PartialEq, Eq, Hash)]
1102pub struct FStringLiteralElement {
1103 pub range: TextRange,
1104 pub value: Box<str>,
1105}
1106
1107impl Ranged for FStringLiteralElement {
1108 fn range(&self) -> TextRange {

Callers 2

as_refMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected