cf.FieldList.remove_items

FieldList.remove_items(*args, **kwargs)[source]

Remove and return domain items from each field.

An item is either a dimension coordinate, an auxiliary coordinate, a cell measure or a transform object of the domain.

fl.remove_items(*args, **kwargs) is equivalent to cf.List(f.remove_items(*args, **kwargs) for f in fl).

See cf.Field.remove_items for details.

Parameters :
args, kwargs : optional

See cf.Field.remove_items.

Returns :
out : cf.List of lists

For each field, a list of the removed items.

Previous topic

cf.FieldList.remove_item

Next topic

cf.FieldList.select

This Page