Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
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 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 : Pytypes.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 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