Enable/disable autounwrapping
[isAutounwrap = ] pyAutounwrap([mustAutounwrap])
A boolean.
A boolean.
Python functions can return objects which are unwrappable like a number, a numpy matrix, a string, ... So if autounwrap is enabled, then the returned objects will be automatically unwrap.
With no argument, this function returns the current state.
Version | Description |
5.4.0 | Python module. |