package py

  1. Overview
  2. Docs

Module Py.PyModuleSource

Sourceval import : string -> Object.t
Sourceval add_int : Object.t -> string -> int -> unit
Sourceval add_string : Object.t -> string -> string -> unit
Sourceval add_object : Object.t -> string -> Object.t -> unit
Sourceval set : string -> Object.t -> unit
Sourceval get : string -> Object.t
Sourceval get_dict : string -> Object.t
Sourceval reload : Object.t -> Object.t
Sourceval main : unit -> Object.t