Unwrap a Python object into Scilab data and remove it.
x_1 [, x_2 ...] = pyUnwrapRem(X_1 [, X_2 ...])
A Python object
A double or boolean or integer or string matrix.
Unwrap Python objects into Scilab data (see pyUnwrap) and remove the arguments from Python environment.
This function is useful when used with objects returned by ohter functions.
Version | Description |
5.4.0 | Python module. |