package scipy

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val get_py : string -> Py.Object.t

Get an attribute of this module as a Py.Object.t. This is useful to pass a Python function to another function.

module VarHeader5 : sig ... end
module Csc_matrix : sig ... end
val asbytes : Py.Object.t -> Py.Object.t

None

val asstr : Py.Object.t -> Py.Object.t

None

val pycopy : Py.Object.t -> Py.Object.t

Shallow copy operation on arbitrary Python objects.

See the module's __doc__ string for more info.