Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/pyipmi/__pycache__/fields.cpython-39.pyc
Ðазад
a ]�h� � @ sl d dl Z ddlmZ ddlmZ G dd� de�Zdd� ZG d d � d e�ZG dd� de�Z G d d� de�Z dS )� N� )� DecodingError)�py3_array_tobytesc @ sB e Zd ZdZdZdZddd�Zdd� Zd d � Zdd� Z d d� Z dS )�VersionFieldz�This class represent the Version fields defines by IPMI. Introduced with HPM the version field can hold additional auxiliary bytes. � � Nc C s d | _ d | _|r| �|� d S �N)�major�minor� _from_data��self�data� r �}/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/pyipmi/fields.py�__init__ s zVersionField.__init__c C sX t |t�rdd� |D �}t�d|�}| �|dd� �| _t|�| jkrT|dd� | _d S )Nc S s g | ]}t |��qS r )�ord��.0�cr r r � <listcomp> � z+VersionField._from_data.<locals>.<listcomp>�Br r r )� isinstance�str�array�_decode_data�version�len�VERSION_WITH_AUX_FIELD_LENZ auxiliaryr r r r r s zVersionField._from_datac C s | � � S r )�version_to_string�r r r r �__str__# s zVersionField.__str__c C sV |d | _ |d dkr"|d | _n0|d dkrLtt|dd� ��d��| _nt� �dS )z`data` is array.array.r r � � r �bcd+N)r r �intr �decoder r r r r r &