weldx.Time.all_close#

Time.all_close(other)#

Return True if another object compares equal within a certain tolerance.

Parameters

other (Union[DatetimeIndex, datetime64, List[str], Time, TimedeltaIndex, Quantity, timedelta64, Timestamp, str, TimeDependent]) – The compared object

Returns

True if all time values compare equal within a certain tolerance, False otherwise

Return type

bool