We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 286c545 commit 17ea109Copy full SHA for 17ea109
numpy/lib/_npyio_impl.pyi
@@ -143,15 +143,15 @@ def save(
143
arr: ArrayLike,
144
allow_pickle: bool = ...,
145
*,
146
- fix_imports: bool = ...,
+ fix_imports: bool,
147
) -> None: ...
148
@overload
149
@deprecated("The 'fix_imports' flag is deprecated in NumPy 2.1.")
150
def save(
151
file: str | os.PathLike[str] | _SupportsWrite[bytes],
152
153
154
155
/,
156
157
0 commit comments