Module Python_lib
include Python_lib__.Import
include Ppx_python_runtime
val 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 option
module Of_pythonable = Python_lib__.Import.Of_pythonablemodule Convert_as_string = Python_lib__.Import.Convert_as_stringval get_class : Py.Object.t -> string Base.Option.t
module One_or_tuple = Python_lib__.Import.One_or_tuplemodule One_or_tuple_or_list = Python_lib__.Import.One_or_tuple_or_listmodule Or_error_python = Python_lib__.Import.Or_error_pythonmodule One_or_tuple_or_list_or_error = Python_lib__.Import.One_or_tuple_or_list_or_errormodule Class_wrapper : sig ... endmodule Defunc : sig ... endmodule Gen : sig ... endThis can be used to auto-generated python<->ocaml bindings based on a cmi file.
module Module_env : sig ... endmodule Py_module : sig ... endmodule Py_typerep : sig ... endmodule Type : sig ... endmodule Let_syntax : sig ... end