cf.Coordinate.transforms

Coordinate.transforms

A list containing pointers to the coordinate’s transforms.

Examples

>>> c.transforms
['trans0']
>>> del c.transforms
>>> c.transforms = ['trans2', 'trans0']

Previous topic

cf.Coordinate.subspace

Next topic

cf.Coordinate.binary_mask

This Page