MCPcopy Index your code
hub / github.com/RustPython/RustPython / get_data

Method get_data

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

Source from the content-addressed store, hash-verified

216class ResourceLoader(Loader):
217
218 def get_data(self, path):
219 return super().get_data(path)
220
221
222class ResourceLoaderDefaultsTests(ABCTestHarness):

Callers

nothing calls this directly

Calls 2

superClass · 0.85
get_dataMethod · 0.45

Tested by

no test coverage detected