package pyml

  1. Overview
  2. Docs
val call_object_with_keywords : Object.t -> Object.t -> Object.t -> Object.t
val get_builtins : unit -> Object.t

Wrapper for PyEval_GetBuiltins

val get_globals : unit -> Object.t

Wrapper for PyEval_GetGlobals

val get_locals : unit -> Object.t

Wrapper for PyEval_GetLocals