pycall.rb icon indicating copy to clipboard operation
pycall.rb copied to clipboard

Lack of the way to delete object's attributes

Open mrkn opened this issue 4 years ago • 0 comments

In Python, we can delete object's attribute by del statement:

del obj.attr

PyCall should support such a feature. I'd like to support this by adding PyObjectWrapper#__del__ method.

mrkn avatar Apr 22 '20 01:04 mrkn