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.
quotechar
np.loadtxt
1 parent b0b912f commit efc850bCopy full SHA for efc850b
numpy/lib/npyio.pyi
@@ -143,6 +143,7 @@ def loadtxt(
143
encoding: None | str = ...,
144
max_rows: None | int = ...,
145
*,
146
+ quotechar: None | str = ...,
147
like: None | _SupportsArrayFunc = ...
148
) -> NDArray[float64]: ...
149
@overload
@@ -159,6 +160,7 @@ def loadtxt(
159
160
161
162
163
164
165
) -> NDArray[_SCT]: ...
166
@@ -175,6 +177,7 @@ def loadtxt(
175
177
176
178
179
180
181
182
) -> NDArray[Any]: ...
183
0 commit comments