MCPcopy Index your code
hub / github.com/python/cpython / get_data

Method get_data

Lib/test/test_importlib/test_abc.py:214–215  ·  view source on GitHub ↗
(self, path)

Source from the content-addressed store, hash-verified

212class ResourceLoader(Loader):
213
214 def get_data(self, path):
215 return super().get_data(path)
216
217
218class ResourceLoaderDefaultsTests(ABCTestHarness):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
get_dataMethod · 0.45

Tested by

no test coverage detected