Slice

pythonparse.Ast.slice.Slice
case class Slice(lower: Option[expr], upper: Option[expr], step: Option[expr]) extends slice

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait slice
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product