package pyml

  1. Overview
  2. Docs

Module Pywrappers.Python3Source

Python 3 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_compilestringexflags : string -> string -> Pytypes.input -> int ref option -> int -> Pytypes.pyobject
Sourceval pybytes_asstring : Pytypes.pyobject -> string option
Sourceval pybytes_fromstring : string -> Pytypes.pyobject
Sourceval pybytes_fromstringandsize : string -> int -> Pytypes.pyobject
Sourceval pybytes_size : Pytypes.pyobject -> int
Sourceval pyimport_execcodemodulewithpathnames : string -> Pytypes.pyobject -> string -> string -> Pytypes.pyobject
Sourceval pyimport_importmodulelevelobject : Pytypes.pyobject -> Pytypes.pyobject -> Pytypes.pyobject -> Pytypes.pyobject -> int -> Pytypes.pyobject
Sourceval pyinstancemethod_new : Pytypes.pyobject -> Pytypes.pyobject
Sourceval pyunicode_asencodedstring : Pytypes.pyobject -> string -> string -> Pytypes.pyobject
Sourceval pyunicode_asutf8string : Pytypes.pyobject -> Pytypes.pyobject
Sourceval pyunicode_asutf16string : Pytypes.pyobject -> Pytypes.pyobject
Sourceval pyunicode_asutf32string : Pytypes.pyobject -> Pytypes.pyobject
Sourceval pyunicode_decodeutf8 : string -> int -> string option -> Pytypes.pyobject
Sourceval pyunicode_decodeutf16 : string -> int -> string option -> int ref -> Pytypes.pyobject
Sourceval pyunicode_decodeutf32 : string -> int -> string option -> int ref -> Pytypes.pyobject
Sourceval pyunicode_fromstring : string -> Pytypes.pyobject
Sourceval pyunicode_fromstringandsize : string -> int -> Pytypes.pyobject
Sourceval pyunicode_getlength : Pytypes.pyobject -> int
Sourceval pyunicode_getsize : Pytypes.pyobject -> int
Sourceval pyunicode_fromkindanddata : int -> int array -> int -> Pytypes.pyobject
Sourceval pyunicode_asucs4copy : Pytypes.pyobject -> int array option
OCaml

Innovation. Community. Security.