관리-도구
편집 파일: atexit.cpython-38.pyc
U �Mgt � @ s| d dl Z d dlZd dlZd dlZd dlmZ d dlmZ d dlm Z e r`d dlm Z d dlmZ dd� ZG d d � d e�Z dS )� N)�logger)�Integration)� TYPE_CHECKING)�Any)�Optionalc C sH dd� }|d| � |d| � |dt jdkr2dp4d � tj�� d S ) z�This is the default shutdown callback that is set on the options. It prints out a message to stderr that informs the user that some events are still pending and the process is waiting for them to flush out. c S s t j�| d � d S )N� )�sys�stderr�write)�msg� r �L/opt/hc_python/lib/python3.8/site-packages/sentry_sdk/integrations/atexit.py�echo s zdefault_callback.<locals>.echoz.Sentry is attempting to send %i pending eventszWaiting up to %s secondszPress Ctrl-%s to quit�nt�Break�CN)�os�namer r �flush)�pending�timeoutr r r r �default_callback s r c @ s&