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

Class Slice

parser/src/ast.rs:662–667  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660// can be used for Subscript
661#[derive(Debug, Clone)]
662pub struct Slice {
663 pub node: Node,
664 pub lower: Option<Expression>,
665 pub upper: Option<Expression>,
666 pub step: Option<Expression>,
667}
668
669// https://docs.python.org/3/library/ast.html#ast.Call
670#[derive(Debug, Clone)]

Callers 1

parse_sliceMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected