Skip to content

Commit

Permalink
that didn't work
Browse files Browse the repository at this point in the history
  • Loading branch information
brownl83 committed Dec 3, 2024
1 parent 5c6878f commit c26c504
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions pandas/_libs/tslibs/timedeltas.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -2423,32 +2423,6 @@ class Timedelta(_Timedelta):
div = other // self
return div, other - div * self

Timedelta.min.__doc__ = """
The minimum representable Timedelta.
Returns
-------
Timedelta
The minimum duration supported by Timedelta.
"""

Timedelta.max.__doc__ = """
The maximum representable Timedelta.
Returns
-------
Timedelta
The maximum duration supported by Timedelta.
"""

Timedelta.resolution.__doc__ = """
The smallest possible difference between non-equal Timedelta objects.
Returns
-------
Timedelta
The resolution of Timedelta, i.e., Timedelta(nanoseconds=1).
"""

def truediv_object_array(ndarray left, ndarray right):
cdef:
Expand Down

0 comments on commit c26c504

Please sign in to comment.