pyinterp.cf.AxisTimeUnit.discard

pyinterp.cf.AxisTimeUnit.discard#

AxisTimeUnit.discard(object, /)#

Remove an element from a set if it is a member.

Unlike set.remove(), the discard() method does not raise an exception when an element is missing from the set.