Check if a Python object in Scilab environment is always valid in Python environment.
ok = pyExists(obj)
A Python object
A boolean
Check the validity of a Python object. When an object is removed with pyRemove, the object is no more available so this function is useful to check that the object can be used.
Version | Description |
5.4.0 | Python module. |