
    sh#                    (    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      c/Users/tiagomarins/Projetos/claudeai/copy_bank/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   