o
    ß—¦i«  ã                
   @   sŒ   d Z ddlZddlmZmZmZ ddlmZ dgZedƒZ	edƒZ
G d	d
„ d
ƒZeejƒefdee
e	ge
f dee	 de
de
fdd„ƒZdS )z 
Python polyfills for functools
é    N)ÚCallableÚIterableÚTypeVaré   )Úsubstitute_in_graphÚreduceÚ_TÚ_Uc                   @   s   e Zd ZdS )Ú_INITIAL_MISSINGN)Ú__name__Ú
__module__Ú__qualname__© r   r   ú_/home/ubuntu/transcripts/venv/lib/python3.10/site-packages/torch/_dynamo/polyfills/functools.pyr
      s    r
   ÚfunctionÚiterableÚinitialÚreturnc                C   sR   t |ƒ}|tu rzt|ƒ}W n ty   tdƒd ‚w |}|D ]}| ||ƒ}q|S )Nz0reduce() of empty iterable with no initial value)Úiterr
   ÚnextÚStopIterationÚ	TypeError)r   r   r   ÚitÚvalueÚelementr   r   r   r      s   ÿþÿ)Ú__doc__Ú	functoolsÚtypingr   r   r   Ú
decoratorsr   Ú__all__r   r	   r
   r   r   r   r   r   Ú<module>   s&    ýÿþýû