package pyml

  1. Overview
  2. Docs

Module Pywrappers.Python2Source

Python 2 specific bindings.

Sourceval py_getprogramname : unit -> string
Sourceval py_getpythonhome : unit -> string
Sourceval py_getprogramfullpath : unit -> string
Sourceval py_getprefix : unit -> string
Sourceval py_getexecprefix : unit -> string
Sourceval py_getpath : unit -> string
Sourceval py_setprogramname : string -> unit
Sourceval py_setpythonhome : string -> unit
Sourceval py_compilestringflags : string -> string -> Pytypes.input -> int ref option -> Pytypes.pyobject
Sourceval pyexc_standarderror : unit -> Pytypes.pyobject
Sourceval pyeval_getrestricted : unit -> int
Sourceval pyint_aslong : Pytypes.pyobject -> int64
Sourceval pyint_fromlong : int64 -> Pytypes.pyobject
Sourceval pyint_getmax : unit -> int64
Sourceval pynumber_inplacedivide : Pytypes.pyobject -> Pytypes.pyobject -> Pytypes.pyobject
Sourceval pyobject_cmp : Pytypes.pyobject -> Pytypes.pyobject -> int ref -> int
Sourceval pyobject_compare : Pytypes.pyobject -> Pytypes.pyobject -> int
Sourceval pyobject_unicode : Pytypes.pyobject -> Pytypes.pyobject
Sourceval pystring_asstring : Pytypes.pyobject -> string option
Sourceval pystring_fromstring : string -> Pytypes.pyobject
Sourceval pystring_fromstringandsize : string -> int -> Pytypes.pyobject
Sourceval pystring_size : Pytypes.pyobject -> int
OCaml

Innovation. Community. Security.