@@ -500,7 +500,7 @@ def median(
500
500
keepdims : bool = ...,
501
501
) -> _ArrayType : ...
502
502
503
- _InterpolationKind = L [
503
+ _MethodKind = L [
504
504
"inverted_cdf" ,
505
505
"averaged_inverted_cdf" ,
506
506
"closest_observation" ,
@@ -523,7 +523,7 @@ def percentile(
523
523
axis : None = ...,
524
524
out : None = ...,
525
525
overwrite_input : bool = ...,
526
- interpolation : _InterpolationKind = ...,
526
+ method : _MethodKind = ...,
527
527
keepdims : L [False ] = ...,
528
528
) -> floating [Any ]: ...
529
529
@overload
@@ -533,7 +533,7 @@ def percentile(
533
533
axis : None = ...,
534
534
out : None = ...,
535
535
overwrite_input : bool = ...,
536
- interpolation : _InterpolationKind = ...,
536
+ method : _MethodKind = ...,
537
537
keepdims : L [False ] = ...,
538
538
) -> complexfloating [Any , Any ]: ...
539
539
@overload
@@ -543,7 +543,7 @@ def percentile(
543
543
axis : None = ...,
544
544
out : None = ...,
545
545
overwrite_input : bool = ...,
546
- interpolation : _InterpolationKind = ...,
546
+ method : _MethodKind = ...,
547
547
keepdims : L [False ] = ...,
548
548
) -> timedelta64 : ...
549
549
@overload
@@ -553,7 +553,7 @@ def percentile(
553
553
axis : None = ...,
554
554
out : None = ...,
555
555
overwrite_input : bool = ...,
556
10000
- interpolation : _InterpolationKind = ...,
556
+ method : _MethodKind = ...,
557
557
keepdims : L [False ] = ...,
558
558
) -> datetime64 : ...
559
559
@overload
@@ -563,7 +563,7 @@ def percentile(
563
563
axis : None = ...,
564
564
out : None = ...,
565
565
overwrite_input : bool = ...,
566
- interpolation : _InterpolationKind = ...,
566
+ method : _MethodKind = ...,
567
567
keepdims : L [False ] = ...,
568
568
) -> Any : ...
569
569
@overload
@@ -573,7 +573,7 @@ def percentile(
573
573
axis : None = ...,
574
574
out : None = ...,
575
575
overwrite_input : bool = ...,
576
- interpolation : _InterpolationKind = ...,
576
+ method : _MethodKind = ...,
577
577
keepdims : L [False ] = ...,
578
578
) -> NDArray [floating [Any ]]: ...
579
579
@overload
@@ -583,7 +583,7 @@ def percentile(
583
583
axis : None = ...,
584
584
out : None = ...,
585
585
overwrite_input : bool = ...,
586
- interpolation : _InterpolationKind = ...,
586
+ method : _MethodKind = ...,
587
587
keepdims : L [False ] = ...,
588
588
) -> NDArray [complexfloating [Any , Any ]]: ...
589
589
@overload
@@ -593,7 +593,7 @@ def percentile(
593
593
axis : None = ...,
594
594
out : None = ...,
595
595
overwrite_input : bool = ...,
596
- interpolation : _InterpolationKind = ...,
596
+ method : _MethodKind = ...,
597
597
keepdims : L [False ] = ...,
598
598
) -> NDArray [timedelta64 ]: ...
599
599
@overload
@@ -603,7 +603,7 @@ def percentile(
603
603
axis : None = ...,
604
604
out : None = ...,
605
605
overwrite_input : bool = ...,
606
- interpolation : _InterpolationKind = ...,
606
+ method : _MethodKind = ...,
607
607
keepdims : L [False ] = ...,
608
608
) -> NDArray [datetime64 ]: ...
609
609
@overload
@@ -613,7 +613,7 @@ def percentile(
613
613
axis : None = ...,
614
614
out : None = ...,
615
615
overwrite_input : bool = ...,
616
- interpolation : _InterpolationKind = ...,
616
+ method : _MethodKind = ...,
617
617
keepdims : L [False ] = ...,
618
618
) -> NDArray [object_ ]: ...
619
619
@overload
@@ -623,7 +623,7 @@ def percentile(
623
623
axis : None | _ShapeLike = ...,
624
624
out : None = ...,
625
625
overwrite_input : bool = ...,
626
- interpolation : _InterpolationKind = ...,
626
+ method : _MethodKind = ...,
627
627
keepdims : bool = ...,
628
628
) -> Any : ...
629
629
@overload
@@ -633,7 +633,7 @@ def percentile(
633
633
axis : None | _ShapeLike = ...,
634
634
out : _ArrayType = ...,
635
635
overwrite_input : bool = ...,
636
- interpolation : _InterpolationKind = ...,
636
+ method : _MethodKind = ...,
637
637
keepdims : bool = ...,
638
638
) -> _ArrayType : ...
639
639
0 commit comments