py_get_attr {reticulate} | R 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 |
|
Value
Attribute of Python object
[Package reticulate version 1.38.0 Index]