Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Page
Library
Module
Module type
Parameter
Class
Class type
Source
Py.PyWrap
Sourcepython_fn t pyobject
wraps a python function pyobject
so that it can be used in a type-safe way.
ocaml_fn t f
wraps an ocaml function f
so that it can be used from python. E.g. it could get registered via CamlModule.add_fn
. Note that even if some argument conversion fails, f
will have been partially applied up to this point.