File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5005,43 +5005,43 @@ def reindex( # type: ignore[override]
5005
5005
)
5006
5006
5007
5007
@overload
5008
- def rename_axis ( # type: ignore[override]
5008
+ def rename_axis (
5009
5009
self ,
5010
5010
mapper : IndexLabel | lib .NoDefault = ...,
5011
5011
* ,
5012
- index = ...,
5012
+ index = ...,
5013
5013
axis : Axis = ...,
5014
5014
copy : bool = ...,
5015
5015
inplace : Literal [True ],
5016
5016
) -> None :
5017
5017
...
5018
5018
5019
5019
@overload
5020
- def rename_axis ( # type: ignore[override]
5020
+ def rename_axis (
5021
5021
self ,
5022
5022
mapper : IndexLabel | lib .NoDefault = ...,
5023
5023
* ,
5024
- index = ...,
5024
+ index = ...,
5025
5025
axis : Axis = ...,
5026
5026
copy : bool = ...,
5027
5027
inplace : Literal [False ] = ...,
5028
5028
) -> Self :
5029
5029
...
5030
5030
5031
5031
@overload
5032
- def rename_axis ( # type: ignore[override]
5032
+ def rename_axis (
5033
5033
self ,
5034
5034
mapper : IndexLabel | lib .NoDefault = ...,
5035
5035
* ,
5036
- index = ...,
5036
+ index = ...,
5037
5037
axis : Axis = ...,
5038
5038
copy : bool = ...,
5039
5039
inplace : bool = ...,
5040
5040
) -> Self | None :
5041
5041
...
5042
5042
5043
5043
@doc (NDFrame .rename_axis )
5044
- def rename_axis ( # type: ignore[override]
5044
+ def rename_axis (
5045
5045
self ,
5046
5046
mapper : IndexLabel | lib .NoDefault = lib .no_default ,
5047
5047
* ,
You can’t perform that action at this time.
0 commit comments