method
DataSource.exists(self, path) [source]
Test if path exists.
Test if path exists as (and in this order):
DataSource directory.| Parameters: |
|
|---|---|
| Returns: |
|
When path is an URL, exists will return True if it’s either stored locally in the DataSource directory, or is a valid remote URL. DataSource does not discriminate between the two, the file is accessible if it exists in either location.
© 2005–2019 NumPy Developers
Licensed under the 3-clause BSD License.
https://docs.scipy.org/doc/numpy-1.17.0/reference/generated/numpy.DataSource.exists.html