You can search for identifiers within the package.
in-package search v0.2.0
Package contains no libraries
val handle_python_error : string ->(unit ->'a)->'a
handle_python_error msg f execute f () and catches a Python exception `Py.E _`. If a Python error is caught, handle_python_error reraises it as a Failure with the error details prefixed by msg.