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 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 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
module Let_syntax : sig ... end