Skip to content

Commit 18c5d99

Browse files
committed
keep PandasDelegate
1 parent 889c2f9 commit 18c5d99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas-stubs/core/accessor.pyi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ from typing import Callable
22

33
from pandas._typing import TypeT
44

5+
class PandasDelegate: ...
6+
57
def register_dataframe_accessor(name: str) -> Callable[[TypeT], TypeT]: ...
68
def register_series_accessor(name: str) -> Callable[[TypeT], TypeT]: ...
79
def register_index_accessor(name: str) -> Callable[[TypeT], TypeT]: ...

0 commit comments

Comments
 (0)