Ë
    øÿæi{  ã                   ón   — d Z ddlZddlmZmZ ddlmZ ddlmZm	Z	 ej                   G d„ d«      «       Zy)	aÐ  Hook system for Dynamo's guard functionality.

This module provides a way to register callback functions that are triggered during
guard-related operations.

The Hooks class manages two types of hook functions:
- guard_export_fn: Called when guards need to be exported, taking a GuardsSet as input
- guard_fail_fn: Called when a guard check fails, taking a GuardFail object as input
These hooks enable customization of guard export and failure handling behaviors.
é    N)ÚCallableÚSequence)Ú	GuardsSeté   )Ú	GuardFailÚGuardFilterEntryc                   óz   — e Zd ZU dZeegdf   dz  ed<   dZeegdf   dz  ed<   dZ	ee
e   ge
e   f   dz  ed<   y)ÚHooksNÚguard_export_fnÚguard_fail_fnÚguard_filter_fn)Ú__name__Ú
__module__Ú__qualname__r   r   r   Ú__annotations__r   r   r   r   r   Úbool© ó    úh/Volumes/fast/ai/experiments/voice-extract-mac/.venv/lib/python3.12/site-packages/torch/_dynamo/hooks.pyr
   r
      sc   … à:>€O�X˜y˜k¨4Ð/Ñ0°4Ñ7Ó>Ø8<€M�8˜Y˜K¨Ð-Ñ.°Ñ5Ó<àð �X˜xÐ(8Ñ9Ð:¸HÀT¹NÐJÑKÈdÑRô r   r
   )Ú__doc__ÚdataclassesÚcollections.abcr   r   Útorch._guardsr   Útypesr   r   Ú	dataclassr
   r   r   r   Ú<module>r      s7   ðñ	ó ß .å #ç .ð ×Ñ÷ð ó ñr   