Python_libinclude module type of struct include Ppx_python_runtime endval python_of_bool : bool -> Pytypes.pyobjectval bool_of_python : Pytypes.pyobject -> boolval python_of_int : int -> Pytypes.pyobjectval int_of_python : Pytypes.pyobject -> intval python_of_float : float -> Pytypes.pyobjectval float_of_python : Pytypes.pyobject -> floatval python_of_string : string -> Pytypes.pyobjectval string_of_python : Pytypes.pyobject -> stringval python_of_array : ('a -> Pytypes.pyobject) -> 'a array -> Pytypes.pyobjectval array_of_python : (Pytypes.pyobject -> 'a) -> Pytypes.pyobject -> 'a arrayval python_of_list : ('a -> Pytypes.pyobject) -> 'a list -> Pytypes.pyobjectval list_of_python : (Pytypes.pyobject -> 'a) -> Pytypes.pyobject -> 'a listval python_of_option :
('a -> Pytypes.pyobject) ->
'a option ->
Pytypes.pyobjectval option_of_python :
(Pytypes.pyobject -> 'a) ->
Pytypes.pyobject ->
'a optiontype pyobject = Pytypes.pyobjectmodule Convert_as_string (M : Base.Stringable.S) : sig ... endval get_class : Py.Object.t -> string Base.Option.tmodule One_or_tuple : sig ... endmodule One_or_tuple_or_list : sig ... endmodule Or_error_python : sig ... endval value_errorf : ('a, unit, string, 'b) format4 -> 'amodule Class_wrapper : sig ... endmodule Defunc : sig ... endmodule Py_module : sig ... endmodule Py_typerep : sig ... endmodule Let_syntax : sig ... end