Slice Class Reference

#include <cpython.h>

Public Member Functions

 MAXON_OPERATOR_EQUALITY_HASHCODE (Slice, _start, _stop, _step)
 
Bool operator== (const Slice &b)
 
Bool operator!= (const Slice &b)
 

Public Attributes

Int _start
 
Int _stop
 
Int _step
 

Member Function Documentation

◆ MAXON_OPERATOR_EQUALITY_HASHCODE()

MAXON_OPERATOR_EQUALITY_HASHCODE ( Slice  ,
_start  ,
_stop  ,
_step   
)

◆ operator==()

Bool operator== ( const Slice b)

◆ operator!=()

Bool operator!= ( const Slice b)

Member Data Documentation

◆ _start

Int _start

◆ _stop

Int _stop

◆ _step

Int _step