Enable/disable the copy of function arguments.
[isByCopy = ] pyByCopy([mustUseCopy])
A boolean.
A boolean.
When set to false, Numpy wrapping must be enabled with pyUseNumpy(%t).
By default all the Scilab data are copied in the Python environment. In setting byCopy to false, all the arguments (when it is possible) will be passed by reference in using a Numpy wrapping.
More information can be found in pyWrapAsRef.
Version | Description |
5.4.0 | Python module. |