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

Class ImportFrom

parser/src/ast.rs:243–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

241// https://docs.python.org/3/library/ast.html#ast.ImportFrom
242#[derive(Debug, Clone)]
243pub struct ImportFrom {
244 pub node: Node,
245 pub module: String,
246 pub names: Vec<Alias>,
247 pub level: usize,
248}
249
250// https://docs.python.org/3/library/ast.html#ast.Global
251#[derive(Debug, Clone)]

Callers 2

visit_stmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected