Ocaml_in_python_apiSourcetype converters_of_arity = {python_args : Ppxlib.expression;python_dict : Ppxlib.expression;ocaml_pats : (Ppxlib.arg_label * Ppxlib.pattern) list;ocaml_exps : (Ppxlib.arg_label * Ppxlib.expression) list;}type 'a type_def_info = {make_capsule : TypeList.t -> unit;make_api : TypeList.t -> unit;api_table : 'a api TypeList.Hashtbl.t;}type generic_python_function =
args_tuple:Py.Object.t ->
keywords_dict:Py.Object.t ->
Py.Object.t