py_get_attr: Get an attribute of a Python object

View source: R/RcppExports.R

py_get_attrR Documentation

Get an attribute of a Python object

Description

Get an attribute of a Python object

Usage

py_get_attr(x, name, silent = FALSE)

Arguments

x

Python object

name

Attribute name

silent

TRUE to return NULL if the attribute doesn't exist (default is FALSE which will raise an error)

Value

Attribute of Python object


rstudio/reticulate documentation built on April 30, 2024, 6:07 p.m.