RenameCoords
RenameCoords(
**extra_data ,
)-> None
Give coordinates other names.
No kernel: the data are what they were, and only what they are called changes. A processor which defines no kernel says exactly that, and _apply hands the array through untouched.
Methods
| Name | Description |
|---|---|
| check | Refuse a patch which does not carry what the operation needs. |
| derive_meta | Return the coordinates under their new names. |
| fingerprint_at | Return the digest which identifies this operation and its arguments. |
| model_post_init | Record the version the function was at when this was built. |
| new | Create new instance with some attributed updated. |
| plan_kernel | Return the array function this call is, or None to touch no data. |
| reconcile | Return the metadata the data actually turned out to have. |
| run | Run the operation against a patch. |
| save | Write this task to a file, and return where it was written. |
| to_dict | Return a document which describes this operation. |
| update | Return a new task with some parameters changed. |