package pythonlib

  1. Overview
  2. Docs
include module type of struct include Defunc.Param end
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 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 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 -> Pytypes.pyobject Base.list Defunc.t
module Let_syntax : sig ... end