We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 115f31d commit 4a595c7Copy full SHA for 4a595c7
pandas/_libs/tslibs/nattype.pyi
@@ -157,8 +157,8 @@ class NaTType:
157
@property
158
def qyear(self) -> float: ...
159
# comparisons
160
- def __eq__(self, other: object, /) -> bool: ...
161
- def __ne__(self, other: object, /) -> bool: ...
+ def __eq__(self, other: object, /) -> Literal[False]: ...
+ def __ne__(self, other: object, /) -> Literal[True]: ...
162
def __lt__(self, other: Self | _TimeLike, /) -> Literal[False]: ...
163
def __le__(self, other: Self | _TimeLike, /) -> Literal[False]: ...
164
def __gt__(self, other: Self | _TimeLike, /) -> Literal[False]: ...
0 commit comments