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

Class Global

parser/src/ast.rs:252–255  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

250// https://docs.python.org/3/library/ast.html#ast.Global
251#[derive(Debug, Clone)]
252pub struct Global {
253 pub node: Node,
254 pub names: Vec<String>,
255}
256
257// https://docs.python.org/3/library/ast.html#ast.Nonlocal
258#[derive(Debug, Clone)]

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected