This is a pre-release version (latest). Go to latest (2.4.4)
{ } Raw JSON

bundles / numpy latest / numpy / lib / _datasource / DataSource / _findfile

function

numpy.lib._datasource:DataSource._findfile

source: build-install/usr/lib/python3.14/site-packages/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