You are viewing an older version (2.4.3). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy 2.4.3 / numpy / lib / _datasource / DataSource / _findfile

function

numpy.lib._datasource:DataSource._findfile

source: /numpy/lib/_datasource.py :340

Signature

def   _findfile ( self path )

Summary

Searches for path and returns full path if found.

Extended Summary

If path is an URL, _findfile will cache a local copy and return the path to the cached file. If path is a local file, _findfile will return a path to that local file.

The search will include possible compressed versions of the file and return the first occurrence found.

Aliases

  • numpy.lib._datasource.DataSource._findfile