We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
numpy
1 parent f744f36 commit 43081a8Copy full SHA for 43081a8
numpy/__init__.pyi
@@ -212,15 +212,18 @@ else:
212
213
# Ensures that the stubs are picked up
214
from numpy import (
215
+ core as core,
216
ctypeslib as ctypeslib,
217
exceptions as exceptions,
218
+ f2py as f2py,
219
fft as fft,
220
lib as lib,
221
linalg as linalg,
222
ma as ma,
223
polynomial as polynomial,
224
random as random,
225
testing as testing,
226
+ typing as typing,
227
version as version,
228
229
dtypes as dtypes,
0 commit comments