Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
216
class
ResourceLoader(Loader):
217
218
def
get_data(self, path):
219
return
super().get_data(path)
220
221
222
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