Learn R Programming

reticulate (version 1.37.0)

py_del_attr: 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.