Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/pyudev/__pycache__/_errors.cpython-39.pyc
Ðазад
a i�h7 � @ s� d Z ddlmZmZmZmZ ddlZddlmZ eej �G dd� de ��Zeej �G dd� de��ZG d d � d e�Z G dd� de�ZG d d� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZG dd� de�ZdS )z� pyudev.device._errors ===================== Errors raised by Device methods. .. moduleauthor:: Sebastian Wiesner <lunaryorn@gmail.com> � )�absolute_import�division�print_function�unicode_literalsN)� add_metaclassc @ s e Zd ZdZdS )�DeviceErrorzP Any error raised when messing around w/ or trying to discover devices. 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/pyudev/_errors.pyr $ s r c @ s e Zd ZdZdS )�DeviceNotFoundErrorz� An exception indicating that no :class:`Device` was found. .. versionchanged:: 0.5 Rename from ``NoSuchDeviceError`` to its current name. Nr r r r r r + s r c @ s, e Zd ZdZdd� Zedd� �Zdd� ZdS ) �DeviceNotFoundAtPathErrorzh A :exc:`DeviceNotFoundError` indicating that no :class:`Device` was found at a given path. c C s t �| |� d S �N�r �__init__)�self�sys_pathr r r r ; s z"DeviceNotFoundAtPathError.__init__c C s | j d S )z< The path that caused this error as string. r ��args�r r r r r >