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 : t -> Py.Object.t
OCaml

Innovation. Community. Security.