py_help_handler {reticulate}R Documentation

Provide help for Python objects

Description

This is an internal method to be used by front-ends which need to provide help text / information for Python objects in different contexts.

Usage

py_help_handler(type = c("completion", "parameter", "url"), topic, source, ...)

[Package reticulate version 1.20 Index]