MCPcopy Create free account
hub / github.com/Glyphack/enderpy / Module

Class Module

parser/src/ast.rs:58–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

56// https://docs.python.org/3/library/ast.html#abstract-grammar
57#[derive(Debug, Clone)]
58pub struct Module {
59 pub node: Node,
60 pub body: Vec<Statement>,
61}
62
63// Use box to reduce the enum size
64#[derive(Debug, Clone, Is)]

Callers 2

visit_import_fromMethod · 0.85
get_symbol_typeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected