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

Class Subscript

parser/src/ast.rs:653–657  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651// https://docs.python.org/3/library/ast.html#ast.Subscript
652#[derive(Debug, Clone)]
653pub struct Subscript {
654 pub node: Node,
655 pub value: Expression,
656 pub slice: Expression,
657}
658
659// https://docs.python.org/3/library/ast.html#ast.Slice
660// can be used for Subscript

Callers 1

parse_subscriptMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected