File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -770,6 +770,7 @@ def argsort(
770
770
order : Incomplete = ...,
771
771
endwith : Incomplete = ...,
772
772
fill_value : Incomplete = ...,
773
+ * ,
773
774
stable : Incomplete = ...,
774
775
) -> Incomplete : ...
775
776
def sort (
@@ -779,6 +780,7 @@ def sort(
779
780
order : Incomplete = ...,
780
781
endwith : Incomplete = ...,
781
782
fill_value : Incomplete = ...,
783
+ * ,
782
784
stable : Incomplete = ...,
783
785
) -> Incomplete : ...
784
786
def compressed (x : Incomplete ) -> Incomplete : ...
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ numpy.f2py.((cb|common|f90mod|use)_)?rules
24
24
numpy.ma.testutils
25
25
numpy.ma(.core)?.angle
26
26
numpy.ma(.core)?.clip
27
- numpy.ma(.core)?.(arg)?sort
28
27
numpy.ma(.core)?.indices
29
28
numpy.ma(.core)?.squeeze
30
29
numpy.ma.core.mask_rowcols
You can’t perform that action at this time.
0 commit comments