- Parameters
iterator (Iterable) – list or other iterable of things with a length or shape
- Keyword Arguments
size (int, tuple or None) – Required size of each item in iterator.
- Returns
True if all objects are the size specified (or the same size if size is None).