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 one_or_tuple_or_list : 'a Defunc.Of_python.t -> 'a 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