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

Method _reader

Lib/importlib/resources/_adapters.py:145–147  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

143
144 @property
145 def _reader(self):
146 with suppress(AttributeError):
147 return self.spec.loader.get_resource_reader(self.spec.name)
148
149 def _native(self):
150 """

Callers

nothing calls this directly

Calls 2

suppressClass · 0.90
get_resource_readerMethod · 0.45

Tested by

no test coverage detected