iarray.IArray.copy#
- IArray.copy(cfg=None, **kwargs) None #
Return a copy of the array.
- Parameters
cfg¶ (
Config
) – The configuration for this operation. If None (default), the configuration from self will be used instead of that of the current configuration.kwargs¶ (dict) – A dictionary for setting some or all of the fields in the
Config
dataclass that should override the configuration. By default, this function deactives btune unless it is specified.
- Returns
The copy.
- Return type