ó
    ‰*£h#  ã                  ó(   • S r SSKJr   " S S5      rg)zThe core's core. é    )Úannotationsc                  ó(   • \ rS rSrSrSrS rS rSrg)ÚRegistryé   a  
Base class for registry objects.

Registries map a name to an object using attribute notation. Registry
classes behave singletonically: all their instances share the same state,
which is stored in the class object.

All subclasses should set `__slots__ = ()`.
© c                ó0   • [        U R                  X5        g ©N)ÚsetattrÚ	__class__)ÚselfÚnameÚobjs      ÚL/home/mande/repo/quber/.venv/lib/python3.13/site-packages/sympy/core/core.pyÚ__setattr__ÚRegistry.__setattr__   s   € Ü�—‘ Õ*ó    c                ó0   • [        U R                  U5        g r	   )Údelattrr   )r   r   s     r   Ú__delattr__ÚRegistry.__delattr__   s   € Ü�—‘ Õ%r   N)	Ú__name__Ú
__module__Ú__qualname__Ú__firstlineno__Ú__doc__Ú	__slots__r   r   Ú__static_attributes__r   r   r   r   r      s   † ñð €Iò+õ&r   r   N)r   Ú
__future__r   r   r   r   r   Ú<module>r      s   ðÙ Ý "÷&ò &r   