Module Defunc.Param
val positional : Base.string -> 'a Of_python.t -> docstring:Base.string -> 'a tval keyword : ?default:'a -> Base.string -> 'a Of_python.t -> docstring:Base.string -> 'a tval keyword_opt : Base.string -> 'a Of_python.t -> docstring:Base.string -> 'a Base.option tval int : Base.int Of_python.tval float : Base.float Of_python.tval bool : Base.bool Of_python.tval string : Base.string Of_python.tval typerep : 'a Typerep_lib.Std.Typerep.t -> 'a Of_python.tval pyobject : Python_lib__.Import.pyobject Of_python.tval pair : 'a Of_python.t -> 'b Of_python.t -> ('a * 'b) Of_python.tval triple : 'a Of_python.t -> 'b Of_python.t -> 'c Of_python.t -> ('a * 'b * 'c) Of_python.tval quadruple : 'a Of_python.t -> 'b Of_python.t -> 'c Of_python.t -> 'd Of_python.t -> ('a * 'b * 'c * 'd) Of_python.tval quintuple : 'a Of_python.t -> 'b Of_python.t -> 'c Of_python.t -> 'd Of_python.t -> 'e Of_python.t -> ('a * 'b * 'c * 'd * 'e) Of_python.tval option : 'a Of_python.t -> 'a Base.option Of_python.tval list : 'a Of_python.t -> 'a Base.list Of_python.tval list_or_iter : 'a Of_python.t -> 'a Base.list Of_python.tval one_or_tuple_or_list : 'a Of_python.t -> 'a Base.list Of_python.tval one_or_tuple_or_list_relaxed : 'a Of_python.t -> 'a Base.Or_error.t Base.list Of_python.tval dict : key:'a Of_python.t -> value:'b Of_python.t -> ('a * 'b) Base.list Of_python.tval star_args : docstring:Base.string -> Python_lib__.Import.pyobject Base.list tval star_kwargs : docstring:Base.string -> (Base.string, Python_lib__.Import.pyobject, Base.String.comparator_witness) Base.Map.t t