Файловый менеджер - Редактировать - /home/digitalm/venv/lib/python3.7/site-packages/watchdog/observers/__pycache__/api.cpython-37.pyc
Назад
B �P�g*/ � @ s� d dl mZ d dlZd dlZd dlmZ d dlmZmZ d dl m Z dZdZG dd� de �Z G d d � d �ZG dd� de�ZG d d� de�ZG dd� de�ZG dd� de�ZdS )� )�annotationsN)�Path)� BaseThread�Protocol)�SkipRepeatsQueue� c @ s e Zd ZdZdS )� EventQueuea. Thread-safe event queue based on a special queue that skips adding the same event (:class:`FileSystemEvent`) multiple times consecutively. Thus avoiding dispatching multiple event handling calls when multiple identical events are produced quicker than an observer can consume them. N)�__name__� __module__�__qualname__�__doc__� r r �L/home/digitalm-up/venv/lib/python3.7/site-packages/watchdog/observers/api.pyr s r c @ s\ e Zd ZdZdd� Zedd� �Zedd� �Zedd � �Zd d� Z dd � Z dd� Zdd� ZdS )� ObservedWatchz�An scheduled watch. :param path: Path string. :param recursive: ``True`` if watch is recursive; ``False`` otherwise. c C s&