관리-도구
편집 파일: _error.cpython-38.pyc
U *�e � @ s2 d dl mZ d dlmZ G dd� de�ZdgZdS )� )�annotations)�Anyc sd e Zd ZdZddd�� fdd�Zdd�d d �Zdd�dd�Zdd�d d�Zedd�dd��Z � Z S )�Timeoutz@Raised when the lock could not be acquired in *timeout* seconds.�str�None)� lock_file�returnc s t � �� || _d S �N)�super�__init__� _lock_file)�selfr �� __class__� �=/opt/hc_python/lib/python3.8/site-packages/filelock/_error.pyr s zTimeout.__init__zstr | tuple[Any, ...])r c C s | j | jffS r )r r �r r r r � __reduce__ s zTimeout.__reduce__c C s d| j � d�S )NzThe file lock 'z' could not be acquired.�r r r r r �__str__ s zTimeout.__str__c C s | j j� d| j�d�S )N�(�))r �__name__r r r r r �__repr__ s zTimeout.__repr__c C s | j S )z#:return: The path of the file lock.r r r r r r s zTimeout.lock_file)r � __module__�__qualname__�__doc__r r r r �propertyr � __classcell__r r r r r s r N)� __future__r �typingr �TimeoutErrorr �__all__r r r r �<module> s �