Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/apscheduler/schedulers/__pycache__/background.cpython-39.pyc
Ðазад
a k�h� � @ sH d dl mZmZ d dlmZ d dlmZ d dlmZ G dd� de�Z dS )� )�Event�Thread)� BaseScheduler)�BlockingScheduler)�asboolc s8 e Zd ZdZdZ� fdd�Zdd� Z� fdd�Z� ZS ) �BackgroundSchedulerah A scheduler that runs in the background using a separate thread (:meth:`~apscheduler.schedulers.base.BaseScheduler.start` will return immediately). Extra options: ========== ============================================================================= ``daemon`` Set the ``daemon`` option in the background thread (defaults to ``True``, see `the documentation <https://docs.python.org/3.4/library/threading.html#thread-objects>`_ for further details) ========== ============================================================================= Nc s"