Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
daemon
/
__pycache__
/
//opt/alt/python38/lib/python3.8/site-packages/daemon/__pycache__/runner.cpython-38.pyc
U {�1`�) � @ s d Z ddlmZmZ ddlZddlZddlZddlZddlZddl Z ddl mZ ddlm Z mZmZmZ ze W n ek r� eZY nX eZe�de� G dd � d e�ZG d d� dee�ZG dd � d ee�ZG dd� dee�ZG dd� d�Zddd�Z dd� Z!dd� Z"dS )z Daemon runner library. � )�absolute_import�unicode_literalsN� ��pidfile)�0_chain_exception_from_existing_exception_context� DaemonContext� basestring�unicodeu@ The ‘runner’ module is not a supported API for this library.c s( e Zd ZdZ� fdd�Zdd� Z� ZS )�DaemonRunnerErrorz3 Abstract base class for errors from DaemonRunner. c s | � � t� j||� d S )N)�_chain_from_context�super�__init__)�self�args�kwargs�� __class__� �>/opt/alt/python38/lib/python3.8/site-packages/daemon/runner.pyr 2 s zDaemonRunnerError.__init__c C s t | dd� d S )NT��as_cause�r �r r r r r 7 s z%DaemonRunnerError._chain_from_context)�__name__� __module__�__qualname__�__doc__r r � __classcell__r r r r r / s r c @ s e Zd ZdZdd� ZdS )�DaemonRunnerInvalidActionErrorz; Raised when specified action for DaemonRunner is invalid. c C s t | dd� d S )NFr r r r r r r >