File tree 1 file changed +0
-7
lines changed
1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -129,18 +129,11 @@ def diff_2d(
129
129
) -> None : ...
130
130
def ensure_platform_int (arr : object ) -> npt .NDArray [np .intp ]: ...
131
131
def ensure_object (arr : object ) -> npt .NDArray [np .object_ ]: ...
132
- def ensure_complex64 (arr : object , copy = ...) -> npt .NDArray [np .complex64 ]: ...
133
- def ensure_complex128 (arr : object , copy = ...) -> npt .NDArray [np .complex128 ]: ...
134
132
def ensure_float64 (arr : object , copy = ...) -> npt .NDArray [np .float64 ]: ...
135
- def ensure_float32 (arr : object , copy = ...) -> npt .NDArray [np .float32 ]: ...
136
133
def ensure_int8 (arr : object , copy = ...) -> npt .NDArray [np .int8 ]: ...
137
134
def ensure_int16 (arr : object , copy = ...) -> npt .NDArray [np .int16 ]: ...
138
135
def ensure_int32 (arr : object , copy = ...) -> npt .NDArray [np .int32 ]: ...
139
136
def ensure_int64 (arr : object , copy = ...) -> npt .NDArray [np .int64 ]: ...
140
- def ensure_uint8 (arr : object , copy = ...) -> npt .NDArray [np .uint8 ]: ...
141
- def ensure_uint16 (arr : object , copy = ...) -> npt .NDArray [np .uint16 ]: ...
142
- def ensure_uint32 (arr : object , copy = ...) -> npt .NDArray [np .uint32 ]: ...
143
- def ensure_uint64 (arr : object , copy = ...) -> npt .NDArray [np .uint64 ]: ...
144
137
def take_1d_int8_int8 (
145
138
values : np .ndarray , indexer : npt .NDArray [np .intp ], out : np .ndarray , fill_value = ...
146
139
) -> None : ...
You can’t perform that action at this time.
0 commit comments