MCPcopy
hub / github.com/pex-tool/pex / _read_record_lines

Function _read_record_lines

pex/pep_427.py:737–739  ·  view source on GitHub ↗
(lines)

Source from the content-addressed store, hash-verified

735
736
737def _read_record_lines(lines):
738 # type: (Iterable[Text]) -> Iterator[Union[InstalledFile, InstalledDirectory]]
739 return Record.read(lines=(line for line in lines if line))
740
741
742def create_whl(

Callers 2

create_whlFunction · 0.85
install_wheelFunction · 0.85

Calls 1

readMethod · 0.45

Tested by

no test coverage detected