package np

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = [
  1. | `I of int
  2. | `Slice of Slice.t
  3. | `Arr of [ `Ndarray ] Obj.t
  4. | `Newaxis
  5. | `Ellipsis
]
val to_pyobject : [< `Arr of 'a Obj.t | `Ellipsis | `I of int | `Newaxis | `Slice of Py.Object.t ] -> Py.Object.t