Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/pyipmi/__pycache__/errors.cpython-39.pyc
Ðазад
a ]�h^ � @ s� d dl mZmZ G dd� de�ZG dd� de�ZG dd� de�ZG dd � d e�ZG d d� de�ZG dd � d e�Z G dd� de�Z G dd� de�ZG dd� de�ZG dd� de�Z dS )� )�COMPLETION_CODE_DESCR�CC_ERR_CMD_SPECIFIC_DESCc @ s e Zd ZdZdS )� DecodingErrorzError on message decoding.N��__name__� __module__�__qualname__�__doc__� r r �}/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/pyipmi/errors.pyr s r c @ s e Zd ZdZdS )� EncodingErrorzError on message encoding.Nr r r r r r s r c @ s e Zd ZdZdS )�IpmiTimeoutErrorzTimeout occurred.Nr r r r r r s r c @ s0 e Zd ZdZd dd�Zdd� Zed dd��ZdS )�CompletionCodeErrorzIPMI completion code not OK.Nc C s || _ | �||||�| _d S �N)�cc�find_cc_desc�cc_desc)�selfr �cmdid�netfn�group_extensionr r r �__init__&