cf.Domain.remove_items

Domain.remove_items(items=None, **kwargs)[source]

Remove and return items from the domain.

This method has exactly the same interface, functionality and outputs as cf.Field.remove_items. Therefore see cf.Field.remove_items for the full documentation details.

Parameters:
items, kwargs : optional

See cf.Field.remove_items.

Returns:
out : list

The removed items. The list may be empty.

Examples:

See cf.Field.remove_items.

Previous topic

cf.Domain.remove_item

Next topic

cf.Flags

This Page