Return domain items from each field.
fl.items() is equivalent to cf.List(f.items() for f in fl).
See cf.Field.items for details.
Parameters: |
ndim : int or cf.Query, optional |
---|
DCH
Select items whose ranks satisfy the given condition, where an item’s rank is the number of axes which it spans. See cf.Field.items for details.
- exact : bool, optional
- The exact argument applies to the interpretion of particular conditions given by values of the items argument. See cf.Field.items for details.
- inverse : bool, optional
- If True then select items other than those selected by all other criteria. See cf.Field.items for details.
- match_all : bool, optional
- The match_all argument applies to the interpretion of dictionaries given by the items argument. See cf.Field.items for details.
- strict_axes : bool, optional
- The strict_axes argument applies to the interpretion of axes argument. See cf.Field.items for details.
Returns: |
|
---|