MCPcopy 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
241SPLIT_IL = make_abc_subclasses(InspectLoader)

Callers 6

test_get_sourceMethod · 0.45
test_get_sourceMethod · 0.45
test_default_encodingMethod · 0.45
test_decoded_sourceMethod · 0.45

Calls 1

superClass · 0.85

Tested by

no test coverage detected