Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/apscheduler/jobstores/__pycache__/base.cpython-39.pyc
Ðазад
a k�h@ � @ s^ d dl Z d dlmZmZ G dd� de�ZG dd� de�ZG dd� de�ZG d d � d ed�Z dS )� N)�ABCMeta�abstractmethodc s e Zd ZdZ� fdd�Z� ZS )�JobLookupErrorzBRaised when the job store cannot find a job for update or removal.c s t � �d|� d�� d S )NzNo job by the id of z was found��super�__init__��selfZjob_id�� __class__� ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/apscheduler/jobstores/base.pyr s zJobLookupError.__init__��__name__� __module__�__qualname__�__doc__r � __classcell__r r r r r s r c s e Zd ZdZ� fdd�Z� ZS )�ConflictingIdErrorz8Raised when the uniqueness of job IDs is being violated.c s t � �d|� d�� d S )NzJob identifier (z ) conflicts with an existing jobr r r r r r s zConflictingIdError.__init__r r r r r r s r c s e Zd ZdZ� fdd�Z� ZS )�TransientJobErrorzs Raised when an attempt to add transient (with no func_ref) job to a persistent job store is detected. c s t � �d|� d�� d S )NzJob (z`) cannot be added to this job store because a reference to the callable could not be determined.r r r r r r s �zTransientJobError.__init__r r r r r r s r c @ s� e Zd ZdZdZdZe�d�Zdd� Z dd� Z dd � Zed d� �Z edd � �Zedd� �Zedd� �Zedd� �Zedd� �Zedd� �Zedd� �Zdd� ZdS )�BaseJobStorezSAbstract base class that defines the interface that every job store must implement.Nzapscheduler.jobstoresc C s"