Module Python_lib.Let_syntax

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