package np

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = Py.Object.t
val to_pyobject : 'a -> 'b
val of_pyobject : 'a -> 'b
val py_of_tag : [< `I of int | `None ] -> Py.Object.t
val py_of_option : int option -> Py.Object.t
val of_variant : [< `Slice of [< `I of int | `None ] * [< `I of int | `None ] * [< `I of int | `None ] ] -> Py.Object.t
val create : ?i:[< `I of int | `None None ] -> ?j:[< `I of int | `None None ] -> ?step:[< `I of int | `None None ] -> unit -> Py.Object.t
val create_options : ?i:int -> ?j:int -> ?step:int -> unit -> Py.Object.t