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

Class Import

parser/src/ast.rs:218–221  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

216// https://docs.python.org/3/library/ast.html#ast.Import
217#[derive(Debug, Clone)]
218pub struct Import {
219 pub node: Node,
220 pub names: Vec<Alias>,
221}
222
223// https://docs.python.org/3/library/ast.html#ast.alias
224#[derive(Debug, Clone)]

Callers 2

visit_stmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected