This is documentation for an old release of NumPy (version 1.6.0). Read this page in the documentation of the latest stable release (version > 1.17).
Open and return file-like object.
If path is an URL, it will be downloaded, stored in the DataSource directory and opened from there.
Parameters : | path : str
mode : {‘r’, ‘w’, ‘a’}, optional
|
---|---|
Returns : | out : file object
|