slice

pythonparse.Ast$.slice$
See theslice companion trait
object slice

Attributes

Companion:
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
slice.type

Members list

Concise view

Type members

Classlikes

case object Ellipsis extends slice

Attributes

Graph
Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
trait slice
class Object
trait Matchable
class Any
Self type
case class ExtSlice(dims: Seq[slice]) extends slice

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait slice
class Object
trait Matchable
class Any
case class Index(value: expr) extends slice

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
trait slice
class Object
trait Matchable
class Any
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

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror