Searched refs:_UpdateMethod (Results 1 – 1 of 1) sorted by relevance
1500 class _UpdateMethod(enum.Enum): class1613 if update_method == _UpdateMethod.UPDATE and not advanced_indices:1646 assert update_method != _UpdateMethod.UPDATE1649 if update_method == _UpdateMethod.ADD:1651 elif update_method == _UpdateMethod.MIN:1653 elif update_method == _UpdateMethod.MAX:1721 if update_method == _UpdateMethod.UPDATE:1723 elif update_method == _UpdateMethod.ADD:1725 elif update_method == _UpdateMethod.MIN:1727 elif update_method == _UpdateMethod.MAX:[all …]