@@ -3068,17 +3068,6 @@ class ndarray(_ArrayOrScalarCommon, Generic[_ShapeType_co, _DType_co]):
3068
3068
) -> CapsuleType : ...
3069
3069
def __dlpack_device__ (self , / ) -> tuple [L [1 ], L [0 ]]: ...
3070
3070
3071
- def bitwise_count (
3072
- self ,
3073
- out : None | NDArray [Any ] = ...,
3074
- * ,
3075
- where : _ArrayLikeBool_co = ...,
3076
- casting : _CastingKind = ...,
3077
- order : _OrderKACF = ...,
3078
- dtype : DTypeLike = ...,
3079
- subok : builtins .bool = ...,
3080
- ) -> NDArray [Any ]: ...
3081
-
3082
3071
# Keep `dtype` at the bottom to avoid name conflicts with `np.dtype`
3083
3072
@property
3084
3073
def dtype (self ) -> _DType_co : ...
@@ -3210,17 +3199,6 @@ class generic(_ArrayOrScalarCommon):
3210
3199
@overload
3211
3200
def reshape (self , * shape : SupportsIndex , order : _OrderACF = ...) -> NDArray [Self ]: ...
3212
3201
3213
- def bitwise_count (
3214
- self ,
3215
- out : None | NDArray [Any ] = ...,
3216
- * ,
3217
- where : _ArrayLikeBool_co = ...,
3218
- casting : _CastingKind = ...,
3219
- order : _OrderKACF = ...,
3220
- dtype : DTypeLike = ...,
3221
- subok : builtins .bool = ...,
3222
- ) -> Any : ...
3223
-
3224
3202
def squeeze (self , axis : None | L [0 ] | tuple [()] = ...) -> Self : ...
3225
3203
def transpose (self , axes : None | tuple [()] = ..., / ) -> Self : ...
3226
3204
0 commit comments