Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 76e1f8f

Browse files
authored
Merge pull request #24697 from mtsokol/restore-sctypedict
2 parents e7462a8 + 153e6ae commit 76e1f8f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

numpy/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137
datetime_data, deg2rad, degrees, diagonal, divide, divmod, dot,
138138
double, dtype, e, einsum, einsum_path, empty, empty_like, equal,
139139
errstate, euler_gamma, exp, exp2, expm1, fabs,
140-
flatiter, flatnonzero, flexible,
140+
flatiter, flatnonzero, flexible, sctypeDict,
141141
float_power, floating, floor, floor_divide, fmax, fmin, fmod,
142142
format_float_positional, format_float_scientific, format_parser,
143143
frexp, from_dlpack, frombuffer, fromfile, fromfunction, fromiter,

numpy/core/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
106106
from . import _dtype
107107
from . import _methods
108108

109-
__all__ = ['char', 'rec', 'memmap']
109+
__all__ = ['char', 'rec', 'memmap', 'sctypeDict']
110110
__all__ += numeric.__all__
111111
__all__ += ['record', 'recarray', 'format_parser', 'chararray', 'abs']
112112
__all__ += function_base.__all__

0 commit comments

Comments
 (0)