Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
212
class
ResourceLoader(Loader):
213
214
def
get_data(self, path):
215
return
super().get_data(path)
216
217
218
class
ResourceLoaderDefaultsTests(ABCTestHarness):
Callers
nothing calls this directly
Calls
2
super
Class · 0.85
get_data
Method · 0.45
Tested by
no test coverage detected