Remove a Python object from the Scilab environment.
pyRemove(obj_1 [, obj_2 [, ... ]])
A Python object or a string.
Make a Python object unavailable. In the Python environment, the main effet is to decrement the reference counter of the object.
When a string is given the variable having this name is removed if it is a Python object.
Version | Description |
5.4.0 | Python module. |