_slice Struct Reference

_slice Struct Reference

#include <Python-ast.h>

Class Description

Definition at line 316 of file Python-ast.h.

Public Attributes

enum _slice_kind kind
 
union {
   struct {
      expr_ty   lower
 
      expr_ty   upper
 
      expr_ty   step
 
   }   Slice
 
   struct {
      asdl_seq *   dims
 
   }   ExtSlice
 
   struct {
      expr_ty   value
 
   }   Index
 
v
 

Member Data Documentation

asdl_seq* dims

Definition at line 326 of file Python-ast.h.

struct { ... } ExtSlice
struct { ... } Index
enum _slice_kind kind

Definition at line 317 of file Python-ast.h.

expr_ty lower

Definition at line 320 of file Python-ast.h.

struct { ... } Slice
expr_ty step

Definition at line 322 of file Python-ast.h.

expr_ty upper

Definition at line 321 of file Python-ast.h.

union { ... } v
expr_ty value

Definition at line 330 of file Python-ast.h.


The documentation for this struct was generated from the following file: