Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
type 'a cls = 'a t
val create :
?docstring:Base.string ->
Base.string ->
('a cls ->
self:('a * Pytypes.pyobject) ->
args:Pytypes.pyobject Base.list ->
Pytypes.pyobject) ->
'a t
val create_with_keywords :
?docstring:Base.string ->
Base.string ->
('a cls ->
self:('a * Pytypes.pyobject) ->
args:Pytypes.pyobject Base.list ->
keywords:
(Base.string, Pytypes.pyobject, Base.String.comparator_witness)
Base.Map.t ->
Pytypes.pyobject) ->
'a t
val defunc :
?docstring:Base.string ->
Base.string ->
('a cls -> self:('a * Pytypes.pyobject) -> Pytypes.pyobject Defunc.t) ->
'a t