You can search for identifiers within the package.
in-package search v0.2.0
py
Py.PyBuffer
type b
type t = {
buf : b;
data : char Ctypes.CArray.t;
}
val create : ?readonly:bool -> Py__.Py_base.pyobject -> t
val get : t -> int -> char
val set : t -> int -> char -> unit
val length : t -> int
val shape : t -> int64 array
val strides : t -> int64 array
val ndim : t -> int