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.
SingleConstructorOffset.__reduce__
1 parent 956d22b commit f7c66daCopy full SHA for f7c66da
pandas-stubs/_libs/tslibs/offsets.pyi
@@ -89,8 +89,7 @@ class BaseOffset:
89
@property
90
def nanos(self) -> int: ...
91
92
-class SingleConstructorOffset(BaseOffset):
93
- def __reduce__(self): ...
+class SingleConstructorOffset(BaseOffset): ...
94
95
class Tick(SingleConstructorOffset):
96
def __init__(self, n: int = ..., normalize: bool = ...) -> None: ...
0 commit comments