|
26 | 26 | from ._array_likeimport_SupportsArrayas_SupportsArray
|
27 | 27 | from ._array_likeimport_SupportsArrayFuncas_SupportsArrayFunc
|
28 | 28 |
|
| 29 | +# |
29 | 30 | from ._char_codesimport_BoolCodesas_BoolCodes
|
30 | 31 | from ._char_codesimport_ByteCodesas_ByteCodes
|
31 | 32 | from ._char_codesimport_BytesCodesas_BytesCodes
|
|
79 | 80 | from ._char_codesimport_UShortCodesas_UShortCodes
|
80 | 81 | from ._char_codesimport_VoidCodesas_VoidCodes
|
81 | 82 |
|
| 83 | +# |
82 | 84 | from ._dtype_likeimportDTypeLikeasDTypeLike
|
83 | 85 | from ._dtype_likeimport_DTypeLikeas_DTypeLike
|
84 | 86 | from ._dtype_likeimport_DTypeLikeBoolas_DTypeLikeBool
|
|
96 | 98 | from ._dtype_likeimport_SupportsDTypeas_SupportsDType
|
97 | 99 | from ._dtype_likeimport_VoidDTypeLikeas_VoidDTypeLike
|
98 | 100 |
|
| 101 | +# |
99 | 102 | from ._nbitimport_NBitByteas_NBitByte
|
100 | 103 | from ._nbitimport_NBitDoubleas_NBitDouble
|
101 | 104 | from ._nbitimport_NBitHalfas_NBitHalf
|
|
108 | 111 | from ._nbitimport_NBitShortas_NBitShort
|
109 | 112 | from ._nbitimport_NBitSingleas_NBitSingle
|
110 | 113 |
|
111 |
| -from ._nbit_baseimportNBitBaseasNBitBase# type: ignore[deprecated] # pyright: ignore[reportDeprecated] |
| 114 | +# |
| 115 | +from ._nbit_baseimport ( |
| 116 | +NBitBaseasNBitBase,# type: ignore[deprecated] # pyright: ignore[reportDeprecated] |
| 117 | +) |
112 | 118 | from ._nbit_baseimport_8Bitas_8Bit
|
113 | 119 | from ._nbit_baseimport_16Bitas_16Bit
|
114 | 120 | from ._nbit_baseimport_32Bitas_32Bit
|
115 | 121 | from ._nbit_baseimport_64Bitas_64Bit
|
116 | 122 | from ._nbit_baseimport_96Bitas_96Bit
|
117 | 123 | from ._nbit_baseimport_128Bitas_128Bit
|
118 | 124 |
|
| 125 | +# |
119 | 126 | from ._nested_sequenceimport_NestedSequenceas_NestedSequence
|
120 | 127 |
|
| 128 | +# |
121 | 129 | from ._scalarsimport_BoolLike_coas_BoolLike_co
|
122 | 130 | from ._scalarsimport_CharLike_coas_CharLike_co
|
123 | 131 | from ._scalarsimport_ComplexLike_coas_ComplexLike_co
|
|
129 | 137 | from ._scalarsimport_UIntLike_coas_UIntLike_co
|
130 | 138 | from ._scalarsimport_VoidLike_coas_VoidLike_co
|
131 | 139 |
|
| 140 | +# |
132 | 141 | from ._shapeimport_Shapeas_Shape
|
133 | 142 | from ._shapeimport_ShapeLikeas_ShapeLike
|
134 | 143 |
|
| 144 | +# |
135 | 145 | from ._ufuncimport_GUFunc_Nin2_Nout1as_GUFunc_Nin2_Nout1
|
136 | 146 | from ._ufuncimport_UFunc_Nin1_Nout1as_UFunc_Nin1_Nout1
|
137 | 147 | from ._ufuncimport_UFunc_Nin1_Nout2as_UFunc_Nin1_Nout2
|
|