Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/serial/urlhandler/__pycache__/protocol_spy.cpython-39.pyc
Ðазад
a ]�h�# � @ s� d dl mZ d dlZd dlZd dlZd dlmZ zd dlZW n eyZ d dl m Z Y n0 dd� Zdd� ZG dd � d e �ZG d d� de �ZG dd � d ej�Zedkr�ed�Zde_ee� dS )� )�absolute_importN)�to_bytesc c s� d}t �| �D ]d}d�t|��d| kr2dk r@n n |�d�ndfV |d7 }|dkr`d V q|d krdV d}q|dkr�|d k r�|d7 }|dkr�d V dV q|dV d S )z� yield tuples of hex and ASCII display in multiples of 16. Includes a space after 8 bytes and (None, None) after 16 bytes and at the end. r z{:02X} � � �ascii�.� � )� � � )NN)z r N)�serial� iterbytes�format�ord�decode)�data�n�b� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/serial/urlhandler/protocol_spy.py�sixteen% s 6r c c s| g }g }d}t | �D ]b\}}|du rb|d�d�|�d�|�g�fV |dd�= |dd�= |d7 }q|�|� |�|� qdS )z yield lines with hexdump of datar Nr r r )r �join�append)r �valuesr �offset�h�ar r r �hexdump<