Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_source
Method
get_source
Lib/test/test_importlib/test_abc.py:237–238 ·
view source on GitHub ↗
(self, fullname)
Source
from the content-addressed store, hash-verified
235
return
super().is_package(fullname)
236
237
def
get_source(self, fullname):
238
return
super().get_source(fullname)
239
240
241
SPLIT_IL = make_abc_subclasses(InspectLoader)
Callers
6
test_get_source
Method · 0.45
test_get_source
Method · 0.45
test_get_source_encoding
Method · 0.45
test_default_encoding
Method · 0.45
test_decoded_source
Method · 0.45
test_universal_newlines
Method · 0.45
Calls
1
super
Class · 0.85
Tested by
no test coverage detected