Read the lines of RECORD.
(self)
| 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 | """ |
no test coverage detected