package py

  1. Overview
  2. Docs

Module Py.PyByteArraySource

Sourceval from_list : char list -> Object.t
Sourceval create : Object.t -> Object.t
Sourceval get : Object.t -> int -> char
Sourceval set : Object.t -> int -> char -> unit
Sourceval length : Object.t -> int
Sourceval get_string : Object.t -> string