package np

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Np.DtypeSource

Sourcetype t = [
  1. | `Object
  2. | `S of string
]
Sourceval to_pyobject : t -> Py.Object.t
Sourceval of_pyobject : Py.Object.t -> t