package pyml

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val check : Object.t -> bool
val create : string -> Object.t
val get_dict : Object.t -> Object.t
val get_filename : Object.t -> string
val get_name : Object.t -> string
val get : Object.t -> string -> Object.t
val get_opt : Object.t -> string -> Object.t option
val get_function : Object.t -> string -> Object.t array -> Object.t
val get_function_opt : Object.t -> string -> (Object.t array -> Object.t) option
val get_function_with_keywords : Object.t -> string -> Object.t array -> (string * Object.t) list -> Object.t
val get_function_with_keywords_opt : Object.t -> string -> (Object.t array -> (string * Object.t) list -> Object.t) option
val set : Object.t -> string -> Object.t -> unit
val set_function : Object.t -> string -> (Object.t array -> Object.t) -> unit
val set_function_with_keywords : Object.t -> string -> (Object.t array -> Object.t -> Object.t) -> unit
val remove : Object.t -> string -> unit
val main : unit -> Object.t
val sys : unit -> Object.t
val builtins : unit -> Object.t