File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed
pandas-stubs/_libs/tslibs Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -386,6 +386,7 @@ class Timedelta(timedelta):
386
386
) -> npt .NDArray [np .bool_ ]: ...
387
387
@overload
388
388
def __gt__ (self , other : TimedeltaSeries | Series [pd .Timedelta ]) -> Series [bool ]: ...
389
+ def __hash__ (self ) -> int : ...
389
390
def isoformat (self ) -> str : ...
390
391
def to_numpy (self ) -> np .timedelta64 : ...
391
392
@property
Original file line number Diff line number Diff line change @@ -231,6 +231,7 @@ class Timestamp(datetime):
231
231
def __ne__ (self , other : npt .NDArray [np .datetime64 ] | Index ) -> np_ndarray_bool : ... # type: ignore[misc]
232
232
@overload
233
233
def __ne__ (self , other : object ) -> Literal [True ]: ...
234
+ def __hash__ (self ) -> int : ...
234
235
def weekday (self ) -> int : ...
235
236
def isoweekday (self ) -> int : ...
236
237
def isocalendar (self ) -> _IsoCalendarDate : ...
You can’t perform that action at this time.
0 commit comments