cf.CellMethods.pop

CellMethods.pop([index]) → item -- remove and return item at index (default last).[source]

Raise IndexError if list is empty or index is out of range.