-
-
Notifications
You must be signed in to change notification settings - Fork 12.4k
Expand file tree
/
Copy path__init__.pyi
More file actions
45 lines (41 loc) · 750 Bytes
/
__init__.pyi
File metadata and controls
45 lines (41 loc) · 750 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
# deprecated module
from types import ModuleType
from . import (
_dtype,
_dtype_ctypes,
_internal,
arrayprint,
defchararray,
einsumfunc,
fromnumeric,
function_base,
getlimits,
multiarray,
numeric,
numerictypes,
overrides,
records,
shape_base,
umath,
)
__all__ = [
"_dtype",
"_dtype_ctypes",
"_internal",
"_multiarray_umath",
"arrayprint",
"defchararray",
"einsumfunc",
"fromnumeric",
"function_base",
"getlimits",
"multiarray",
"numeric",
"numerictypes",
"overrides",
"records",
"shape_base",
"umath",
]
# `numpy._core._multiarray_umath` has no stubs, so there's nothing to re-export
_multiarray_umath: ModuleType