Searched refs:_check_next_bytes (Results 1 – 1 of 1) sorted by relevance
38 def _check_next_bytes(fd: BinaryIO, expected: bytes, what: str) -> None: function49 _check_next_bytes(fd, ARCHIVE_MAGIC, 'archive magic number')79 _check_next_bytes(fd, b'`\n', 'archive file header ending')182 _check_next_bytes(self._elf, ELF_MAGIC, 'ELF file header')