cf.Transform.remove_pointer

Transform.remove_pointer(value)[source]

Remove a pointer to a coordinate.

All terms referencing the coordinate are set to None.

Returns :None

Examples

>>> t.remove_pointer('aux1')

Previous topic

cf.Transform.remove_all_pointers

Next topic

cf.Transform.rename_pointer

This Page