Graybyt3 Was Here
Linux cloud.locucionar.com 3.10.0-1160.81.1.el7.x86_64 #1 SMP Fri Dec 16 17:29:43 UTC 2022 x86_64
Apache
91.191.211.241
/
opt
/
alt
/
python38
/
lib
/
python3.8
/
site-packages
/
daemon
/
__pycache__
[ HOME ]
Exec
Submit
daemon.cpython-38.pyc
U {�1`#� � @ s� d Z ddlmZmZ ddlZddlZddlZddlZddlZddl Z ddl Z ddlZzeZe Z W n ek r| eZeZ Y nX eZG dd� de�ZG dd� dee�ZG dd � d ee�ZG d d� d�Zejejejfdd �Zdd� Zdd� Zdd� Zdd� Zdd� Z d>dd�Z!dd� Z"dd� Z#dd � Z$d!d"� Z%d#d$� Z&d%d&� Z'd'd(� Z(d)Z)d*d+� Z*d,d-� Z+d.d/� Z,d0d1� Z-d?d2d3�Z.d4d5� Z/d6d7� Z0d8d9� Z1d:d;� Z2d@d<d=�Z3dS )Az Daemon process behaviour. � )�absolute_import�unicode_literalsNc s( e Zd ZdZ� fdd�Zdd� Z� ZS )�DaemonErrorz3 Base exception class for errors from this module. 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/daemon.pyr &