o
    Rin                     @   s   d Z G dd deZdS )z4Utilities for indicating abandonment of computation.c                   @   s   e Zd ZdZdS )	AbandonedzIndicates that some computation is being abandoned.

    Abandoning a computation is different than returning a value or raising
    an exception indicating some operational or programming defect.
    N)__name__
__module____qualname____doc__ r   r   \/home/air/SG/back/venv/lib/python3.10/site-packages/grpc/framework/foundation/abandonment.pyr      s    r   N)r   	Exceptionr   r   r   r   r   <module>   s   