py_del_attr {reticulate}R Documentation

Delete an attribute of a Python object

Description

Delete an attribute of a Python object

Usage

py_del_attr(x, name)

Arguments

x

A Python object.

name

The attribute name.


[Package reticulate version 1.36.1 Index]