package py

  1. Overview
  2. Docs
val from_list : char list -> Py__.Py_base.pyobject
val create : Py__.Py_base.pyobject -> Py__.Py_base.pyobject
val get : Py__.Py_base.pyobject -> int -> char
val set : Py__.Py_base.pyobject -> int -> char -> unit
val length : Py__.Py_base.pyobject -> int
val get_string : Py__.Py_base.pyobject -> string