+
    ia                     <    R t ^ RIt ! R R]P                  4      tR# )z3Interfaces related to streams of values or objects.Nc                      a  ] tR t^t o Rt]P                  R 4       t]P                  R 4       t]P                  R 4       t	Rt
V tR# )Consumerz?Interface for consumers of finite streams of values or objects.c                    \        4       h)zFAccepts a value.

Args:
  value: Any value accepted by this Consumer.
NotImplementedErrorselfvalues   &&s/Users/igloo/.openclaw/workspace/scratch/fb_ad_env/lib/python3.14/site-packages/grpc/framework/foundation/stream.pyconsumeConsumer.consume        "##    c                    \        4       h)z@Indicates to this Consumer that no more values will be supplied.r   )r   s   &r
   	terminateConsumer.terminate   s     "##r   c                    \        4       h)zxSupplies 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_terminateConsumer.consume_and_terminate$   r   r    N)__name__
__module____qualname____firstlineno____doc__abcabstractmethodr   r   r   __static_attributes____classdictcell__)__classdict__s   @r
   r   r      sT     I$ $ 	$ $ 	$ $r   r   )r   r   ABCr   r   r   r
   <module>r!      s    : 
$sww $r   