MCPcopy Index your code
hub / github.com/numpy/numpy / _findfile

Method _findfile

numpy/lib/_datasource.py:589–591  ·  view source on GitHub ↗

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

(self, path)

Source from the content-addressed store, hash-verified

587 return result
588
589 def _findfile(self, path):
590 """Extend DataSource method to prepend baseurl to ``path``."""
591 return DataSource._findfile(self, self._fullpath(path))
592
593 def abspath(self, path):
594 """

Callers

nothing calls this directly

Calls 2

_fullpathMethod · 0.95
_findfileMethod · 0.45

Tested by

no test coverage detected