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

Method _read_files_distinfo

Lib/importlib/metadata/__init__.py:626–631  ·  view source on GitHub ↗

Read the lines of RECORD.

(self)

Source from the content-addressed store, hash-verified

624 )
625
626 def _read_files_distinfo(self):
627 """
628 Read the lines of RECORD.
629 """
630 text = self.read_text('RECORD')
631 return text and text.splitlines()
632
633 def _read_files_egginfo_installed(self):
634 """

Callers 1

filesMethod · 0.95

Calls 2

read_textMethod · 0.95
splitlinesMethod · 0.45

Tested by

no test coverage detected