File tree Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Expand file tree Collapse file tree 1 file changed +0
-7
lines changed Original file line number Diff line number Diff line change @@ -129,18 +129,11 @@ def diff_2d(
129129) -> None : ...
130130def ensure_platform_int (arr : object ) -> npt .NDArray [np .intp ]: ...
131131def 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 ]: ...
134132def ensure_float64 (arr : object , copy = ...) -> npt .NDArray [np .float64 ]: ...
135- def ensure_float32 (arr : object , copy = ...) -> npt .NDArray [np .float32 ]: ...
136133def ensure_int8 (arr : object , copy = ...) -> npt .NDArray [np .int8 ]: ...
137134def ensure_int16 (arr : object , copy = ...) -> npt .NDArray [np .int16 ]: ...
138135def ensure_int32 (arr : object , copy = ...) -> npt .NDArray [np .int32 ]: ...
139136def 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 ]: ...
144137def take_1d_int8_int8 (
145138 values : np .ndarray , indexer : npt .NDArray [np .intp ], out : np .ndarray , fill_value = ...
146139) -> None : ...
You can’t perform that action at this time.
0 commit comments