package ppx_python

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

Module Ppx_python_runtimeSource

Sourceval python_of_bool : bool -> Pytypes.pyobject
Sourceval bool_of_python : Pytypes.pyobject -> bool
Sourceval python_of_int : int -> Pytypes.pyobject
Sourceval int_of_python : Pytypes.pyobject -> int
Sourceval python_of_float : float -> Pytypes.pyobject
Sourceval float_of_python : Pytypes.pyobject -> float
Sourceval python_of_string : string -> Pytypes.pyobject
Sourceval string_of_python : Pytypes.pyobject -> string
Sourceval python_of_array : ('a -> Pytypes.pyobject) -> 'a array -> Pytypes.pyobject
Sourceval array_of_python : (Pytypes.pyobject -> 'a) -> Pytypes.pyobject -> 'a array
Sourceval python_of_list : ('a -> Pytypes.pyobject) -> 'a list -> Pytypes.pyobject
Sourceval list_of_python : (Pytypes.pyobject -> 'a) -> Pytypes.pyobject -> 'a list
Sourceval python_of_option : ('a -> Pytypes.pyobject) -> 'a option -> Pytypes.pyobject
Sourceval option_of_python : (Pytypes.pyobject -> 'a) -> Pytypes.pyobject -> 'a option
Sourcemodule Dict_str_keys : sig ... end
Sourceexception Not_found_s of Base.Sexp.t
OCaml

Innovation. Community. Security.