Skip to content

Commit c0dfb8e

Browse files
committed
TYP: add missing implicit re-exports in _core.numeric
Partial port of numpy/numtype#221
1 parent 3f72cc4 commit c0dfb8e

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

numpy/_core/numeric.pyi

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ from numpy import (
4747
_OrderKACF,
4848
_OrderCF,
4949
)
50+
from .fromnumeric import (
51+
all as all,
52+
any as any,
53+
argpartition as argpartition,
54+
matrix_transpose as matrix_transpose,
55+
mean as mean,
56+
)
5057
from .multiarray import (
5158
# re-exports
5259
arange,

0 commit comments

Comments
 (0)