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 @@ -76,6 +76,8 @@ class _fromnxfunction_allargs(_fromnxfunction):
7676 def __call__ (self , * args : Incomplete , ** params : Incomplete ) -> Incomplete : ...
7777
7878class MAxisConcatenator (AxisConcatenator ):
79+ @staticmethod
80+ def concatenate (arrays : Incomplete , axis : int = 0 ) -> Incomplete : ... # type: ignore[override] # pyright: ignore[reportIncompatibleMethodOverride]
7981 @classmethod
8082 def makemat (cls , arr : Incomplete ) -> Incomplete : ... # type: ignore[override] # pyright: ignore[reportIncompatibleVariableOverride]
8183
Original file line number Diff line number Diff line change @@ -22,5 +22,4 @@ numpy.f2py.symbolic
2222numpy.f2py.((cb|common|f90mod|use)_)?rules
2323
2424numpy.ma.testutils
25- numpy.ma.extras.MAxisConcatenator.concatenate
2625numpy.ma.mrecords.fromtextfile
You can’t perform that action at this time.
0 commit comments