register_suppress_warnings_handler {reticulate}R Documentation

Register a handler for calls to py_suppress_warnings

Description

Register a handler for calls to py_suppress_warnings

Usage

register_suppress_warnings_handler(handler)

Arguments

handler

Handler

Details

Enables packages to register a pair of functions to be called to suppress and then re-enable warnings


[Package reticulate version 1.20 Index]