Ë
    øÿæia  ã                   ó:   — d Z ddlZ G d„ dej                  «      Zy)z3Interfaces related to streams of values or objects.é    Nc                   ó|   — e Zd ZdZej
                  d„ «       Zej
                  d„ «       Zej
                  d„ «       Zy)ÚConsumerz?Interface for consumers of finite streams of values or objects.c                 ó   — t        «       ‚)z^Accepts a value.

        Args:
          value: Any value accepted by this Consumer.
        ©ÚNotImplementedError©ÚselfÚvalues     úu/Volumes/fast/ai/experiments/voice-extract-mac/.venv/lib/python3.12/site-packages/grpc/framework/foundation/stream.pyÚconsumezConsumer.consume   ó   € ô "Ó#Ð#ó    c                 ó   — t        «       ‚)z@Indicates to this Consumer that no more values will be supplied.r   )r	   s    r   Ú	terminatezConsumer.terminate   s   € ô "Ó#Ð#r   c                 ó   — t        «       ‚)z�Supplies a value and signals that no more values will be supplied.

        Args:
          value: Any value accepted by this Consumer.
        r   r   s     r   Úconsume_and_terminatezConsumer.consume_and_terminate$   r   r   N)	Ú__name__Ú
__module__Ú__qualname__Ú__doc__ÚabcÚabstractmethodr   r   r   © r   r   r   r      sQ   „ ÙIà×Ññ$ó ð$ð 	×Ññ$ó ð$ð 	×Ññ$ó ñ$r   r   )r   r   ÚABCr   r   r   r   Ú<module>r      s   ðñ :ã 
ô$ˆs�w‰wõ $r   