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

Class FStringElements

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

Source from the content-addressed store, hash-verified

1337/// A newtype wrapper around a list of [`FStringElement`].
1338#[derive(Clone, Default, PartialEq, Eq, Hash)]
1339pub struct FStringElements(Vec<FStringElement>);
1340
1341impl FStringElements {
1342 /// Returns an iterator over all the [`FStringLiteralElement`] nodes contained in this f-string.

Callers 3

to_kindMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected