Searched refs:_pem_lines (Results 1 – 1 of 1) sorted by relevance
36 def _pem_lines(contents: bytes, pem_start: bytes, pem_end: bytes) -> typing.Iterator[bytes]: function101 pem_lines = [line for line in _pem_lines(contents, pem_start, pem_end)]