MCPcopy Create free account
hub / github.com/numpy/numpy / _findfile

Method _findfile

numpy/lib/_datasource.py:593–595  ·  view source on GitHub ↗

Extend DataSource method to prepend baseurl to ``path``.

(self, path)

Source from the content-addressed store, hash-verified

591 return result
592
593 def _findfile(self, path):
594 """Extend DataSource method to prepend baseurl to ``path``."""
595 return DataSource._findfile(self, self._fullpath(path))
596
597 def abspath(self, path):
598 """

Callers

nothing calls this directly

Calls 2

_fullpathMethod · 0.95
_findfileMethod · 0.45

Tested by

no test coverage detected