Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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)]
1102
pub struct FStringLiteralElement {
1103
pub range: TextRange,
1104
pub value: Box<str>,
1105
}
1106
1107
impl Ranged for FStringLiteralElement {
1108
fn range(&self) -> TextRange {
Callers
2
as_ref
Method · 0.85
from
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected