|
| 1 | +from typing import Any |
| 2 | + |
| 3 | +from numpy._core._multiarray_umath import ( |
| 4 | + ALLOW_THREADS as ALLOW_THREADS, |
| 5 | + BUFSIZE as BUFSIZE, |
| 6 | + CLIP as CLIP, |
| 7 | + DATETIMEUNITS as DATETIMEUNITS, |
| 8 | + FLOATING_POINT_SUPPORT as FLOATING_POINT_SUPPORT, |
| 9 | + FPE_DIVIDEBYZERO as FPE_DIVIDEBYZERO, |
| 10 | + FPE_INVALID as FPE_INVALID, |
| 11 | + FPE_OVERFLOW as FPE_OVERFLOW, |
| 12 | + FPE_UNDERFLOW as FPE_UNDERFLOW, |
| 13 | + ITEM_HASOBJECT as ITEM_HASOBJECT, |
| 14 | + ITEM_IS_POINTER as ITEM_IS_POINTER, |
| 15 | + LIST_PICKLE as LIST_PICKLE, |
| 16 | + MAXDIMS as MAXDIMS, |
| 17 | + MAY_SHARE_BOUNDS as MAY_SHARE_BOUNDS, |
| 18 | + MAY_SHARE_EXACT as MAY_SHARE_EXACT, |
| 19 | + NAN as NAN, |
| 20 | + NEEDS_INIT as NEEDS_INIT, |
| 21 | + NEEDS_PYAPI as NEEDS_PYAPI, |
| 22 | + NINF as NINF, |
| 23 | + NZERO as NZERO, |
| 24 | + PINF as PINF, |
| 25 | + PZERO as PZERO, |
| 26 | + RAISE as RAISE, |
| 27 | + UFUNC_BUFSIZE_DEFAULT as UFUNC_BUFSIZE_DEFAULT, |
| 28 | + UFUNC_PYVALS_NAME as UFUNC_PYVALS_NAME, |
| 29 | + USE_GETITEM as USE_GETITEM, |
| 30 | + USE_SETITEM as USE_SETITEM, |
| 31 | + WRAP as WRAP, |
| 32 | + __cpu_baseline__ as __cpu_baseline__, |
| 33 | + __cpu_dispatch__ as __cpu_dispatch__, |
| 34 | + __cpu_features__ as __cpu_features__, |
| 35 | + __cpu_targets_info__ as __cpu_targets_info__, |
| 36 | + __version__ as __version__, |
| 37 | + _add_newdoc_ufunc as _add_newdoc_ufunc, |
| 38 | + _arg as _arg, |
| 39 | + _center as _center, |
| 40 | + _expandtabs as _expandtabs, |
| 41 | + _expandtabs_length as _expandtabs_length, |
| 42 | + _extobj_contextvar as _extobj_contextvar, |
| 43 | + _flagdict as _flagdict, |
| 44 | + _get_extobj_dict as _get_extobj_dict, |
| 45 | + _get_madvise_hugepage as _get_madvise_hugepage, |
| 46 | + _get_ndarray_c_version as _get_ndarray_c_version, |
| 47 | + _ljust as _ljust, |
| 48 | + _lstrip_chars as _lstrip_chars, |
| 49 | + _lstrip_whitespace as _lstrip_whitespace, |
| 50 | + _make_extobj as _make_extobj, |
| 51 | + _monotonicity as _monotonicity, |
| 52 | + _ones_like as _ones_like, |
| 53 | + _partition as _partition, |
| 54 | + _partition_index as _partition_index, |
| 55 | + _place as _place, |
| 56 | + _reconstruct as _reconstruct, |
| 57 | + _replace as _replace, |
| 58 | + _rjust as _rjust, |
| 59 | + _rpartition as _rpartition, |
| 60 | + _rpartition_index as _rpartition_index, |
| 61 | + _rstrip_chars as _rstrip_chars, |
| 62 | + _rstrip_whitespace as _rstrip_whitespace, |
| 63 | + _set_madvise_hugepage as _set_madvise_hugepage, |
| 64 | + _strip_chars as _strip_chars, |
| 65 | + _strip_whitespace as _strip_whitespace, |
| 66 | + _vec_string as _vec_string, |
| 67 | + _zfill as _zfill, |
| 68 | + absolute as absolute, |
| 69 | + add as add, |
| 70 | + add_docstring as add_docstring, |
| 71 | + arange as arange, |
| 72 | + arccos as arccos, |
| 73 | + arccosh as arccosh, |
| 74 | + arcsin as arcsin, |
| 75 | + arcsinh as arcsinh, |
| 76 | + arctan as arctan, |
| 77 | + arctan2 as arctan2, |
| 78 | + arctanh as arctanh, |
| 79 | + array as array, |
| 80 | + asanyarray as asanyarray, |
| 81 | + asarray as asarray, |
| 82 | + ascontiguousarray as ascontiguousarray, |
| 83 | + asfortranarray as asfortranarray, |
| 84 | + bincount as bincount, |
| 85 | + bitwise_and as bitwise_and, |
| 86 | + bitwise_count as bitwise_count, |
| 87 | + bitwise_or as bitwise_or, |
| 88 | + bitwise_xor as bitwise_xor, |
| 89 | + broadcast as broadcast, |
| 90 | + busday_count as busday_count, |
| 91 | + busday_offset as busday_offset, |
| 92 | + busdaycalendar as busdaycalendar, |
| 93 | + c_einsum as c_einsum, |
| 94 | + can_cast as can_cast, |
| 95 | + cbrt as cbrt, |
| 96 | + ceil as ceil, |
| 97 | + clip as clip, |
| 98 | + compare_chararrays as compare_chararrays, |
| 99 | + concatenate as concatenate, |
| 100 | + conj as conj, |
| 101 | + conjugate as conjugate, |
| 102 | + copysign as copysign, |
| 103 | + copyto as copyto, |
| 104 | + correlate as correlate, |
| 105 | + correlate2 as correlate2, |
| 106 | + cos as cos, |
| 107 | + cosh as cosh, |
| 108 | + count as count, |
| 109 | + count_nonzero as count_nonzero, |
| 110 | + datetime_as_string as datetime_as_string, |
| 111 | + datetime_data as datetime_data, |
| 112 | + deg2rad as deg2rad, |
| 113 | + degrees as degrees, |
| 114 | + divide as divide, |
| 115 | + divmod as divmod, |
| 116 | + dot as dot, |
| 117 | + dragon4_positional as dragon4_positional, |
| 118 | + dragon4_scientific as dragon4_scientific, |
| 119 | + e as e, |
| 120 | + empty as empty, |
| 121 | + empty_like as empty_like, |
| 122 | + endswith as endswith, |
| 123 | + equal as equal, |
| 124 | + error as error, |
| 125 | + euler_gamma as euler_gamma, |
| 126 | + exp as exp, |
| 127 | + exp2 as exp2, |
| 128 | + expm1 as expm1, |
| 129 | + fabs as fabs, |
| 130 | + find as find, |
| 131 | + flagsobj as flagsobj, |
| 132 | + flatiter as flatiter, |
| 133 | + float_power as float_power, |
| 134 | + floor as floor, |
| 135 | + floor_divide as floor_divide, |
| 136 | + fmax as fmax, |
| 137 | + fmin as fmin, |
| 138 | + fmod as fmod, |
| 139 | + format_longfloat as format_longfloat, |
| 140 | + frexp as frexp, |
| 141 | + from_dlpack as from_dlpack, |
| 142 | + frombuffer as frombuffer, |
| 143 | + fromfile as fromfile, |
| 144 | + fromiter as fromiter, |
| 145 | + frompyfunc as frompyfunc, |
| 146 | + fromstring as fromstring, |
| 147 | + gcd as gcd, |
| 148 | + get_handler_name as get_handler_name, |
| 149 | + get_handler_version as get_handler_version, |
| 150 | + greater as greater, |
| 151 | + greater_equal as greater_equal, |
| 152 | + heaviside as heaviside, |
| 153 | + hypot as hypot, |
| 154 | + index as index, |
| 155 | + inner as inner, |
| 156 | + interp as interp, |
| 157 | + interp_complex as interp_complex, |
| 158 | + invert as invert, |
| 159 | + is_busday as is_busday, |
| 160 | + isalnum as isalnum, |
| 161 | + isalpha as isalpha, |
| 162 | + isdecimal as isdecimal, |
| 163 | + isdigit as isdigit, |
| 164 | + isfinite as isfinite, |
| 165 | + isinf as isinf, |
| 166 | + islower as islower, |
| 167 | + isnan as isnan, |
| 168 | + isnat as isnat, |
| 169 | + isnumeric as isnumeric, |
| 170 | + isspace as isspace, |
| 171 | + istitle as istitle, |
| 172 | + isupper as isupper, |
| 173 | + lcm as lcm, |
| 174 | + ldexp as ldexp, |
| 175 | + left_shift as left_shift, |
| 176 | + less as less, |
| 177 | + less_equal as less_equal, |
| 178 | + lexsort as lexsort, |
| 179 | + log as log, |
| 180 | + log1p as log1p, |
| 181 | + log2 as log2, |
| 182 | + log10 as log10, |
| 183 | + logaddexp as logaddexp, |
| 184 | + logaddexp2 as logaddexp2, |
| 185 | + logical_and as logical_and, |
| 186 | + logical_not as logical_not, |
| 187 | + logical_or as logical_or, |
| 188 | + logical_xor as logical_xor, |
| 189 | + matvec as matvec, |
| 190 | + maximum as maximum, |
| 191 | + may_share_memory as may_share_memory, |
| 192 | + min_scalar_type as min_scalar_type, |
| 193 | + minimum as minimum, |
| 194 | + mod as mod, |
| 195 | + modf as modf, |
| 196 | + multiply as multiply, |
| 197 | + nditer as nditer, |
| 198 | + negative as negative, |
| 199 | + nested_iters as nested_iters, |
| 200 | + nextafter as nextafter, |
| 201 | + not_equal as not_equal, |
| 202 | + packbits as packbits, |
| 203 | + pi as pi, |
| 204 | + positive as positive, |
| 205 | + power as power, |
| 206 | + promote_types as promote_types, |
| 207 | + putmask as putmask, |
| 208 | + rad2deg as rad2deg, |
| 209 | + radians as radians, |
| 210 | + ravel_multi_index as ravel_multi_index, |
| 211 | + reciprocal as reciprocal, |
| 212 | + remainder as remainder, |
| 213 | + result_type as result_type, |
| 214 | + rfind as rfind, |
| 215 | + right_shift as right_shift, |
| 216 | + rindex as rindex, |
| 217 | + rint as rint, |
| 218 | + scalar as scalar, |
| 219 | + set_datetimeparse_function as set_datetimeparse_function, |
| 220 | + set_typeDict as set_typeDict, |
| 221 | + shares_memory as shares_memory, |
| 222 | + sign as sign, |
| 223 | + signbit as signbit, |
| 224 | + sin as sin, |
| 225 | + sinh as sinh, |
| 226 | + spacing as spacing, |
| 227 | + sqrt as sqrt, |
| 228 | + square as square, |
| 229 | + startswith as startswith, |
| 230 | + str_len as str_len, |
| 231 | + subtract as subtract, |
| 232 | + tan as tan, |
| 233 | + tanh as tanh, |
| 234 | + tracemalloc_domain as tracemalloc_domain, |
| 235 | + true_divide as true_divide, |
| 236 | + trunc as trunc, |
| 237 | + typeinfo as typeinfo, |
| 238 | + unpackbits as unpackbits, |
| 239 | + unravel_index as unravel_index, |
| 240 | + vdot as vdot, |
| 241 | + vecdot as vecdot, |
| 242 | + vecmat as vecmat, |
| 243 | + where as where, |
| 244 | + zeros as zeros, |
| 245 | +) |
| 246 | + |
| 247 | +item: str = ... |
| 248 | +attr: Any = ... |
0 commit comments