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

Class ModModule

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

Source from the content-addressed store, hash-verified

26/// See also [Module](https://docs.python.org/3/library/ast.html#ast.Module)
27#[derive(Default, Clone, Debug, PartialEq, Eq, Hash)]
28pub struct ModModule {
29 pub range: TextRange,
30 pub body: Vec<Stmt>,
31}
32
33impl From<ModModule> for Mod {
34 fn from(payload: ModModule) -> Self {

Callers 2

as_refMethod · 0.85
fromMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected