
    gn                         d Z  G d de      Zy)z4Utilities for indicating abandonment of computation.c                       e Zd ZdZy)	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__     /var/www/html/FastMealFinder_FlaskServer-InitialRelease/venv/lib/python3.12/site-packages/grpc/framework/foundation/abandonment.pyr   r      s    r	   r   N)r   	Exceptionr   r   r	   r
   <module>r      s    ;	 r	   