MCPcopy Index your code
hub / github.com/python/cpython / get_data

Method get_data

Lib/importlib/abc.py:96–99  ·  view source on GitHub ↗

Abstract method which when implemented should return the bytes for the specified path. The path must be a str.

(self, path)

Source from the content-addressed store, hash-verified

94
95 @abc.abstractmethod
96 def get_data(self, path):
97 """Abstract method which when implemented should return the bytes for
98 the specified path. The path must be a str."""
99 raise OSError
100
101
102class InspectLoader(Loader):

Callers 1

_get_codeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected