a
    v=ich  ã                   @   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 )Ú	AbandonedzÃIndicates 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   úv/home/droni/.local/share/virtualenvs/DPS-5Je3_V2c/lib/python3.9/site-packages/grpc/framework/foundation/abandonment.pyr      s   r   N)r   Ú	Exceptionr   r   r   r   r   Ú<module>   s   