ó
    €(phÓ  ã                   ó   • S r SSKJrJr  S rg)a"  
This is a module for defining private helpers which do not depend on the
rest of NumPy.

Everything in here must be self-contained so that it can be
imported anywhere else without creating circular imports.
If a utility requires the import of NumPy, it probably belongs
in ``numpy.core``.
é   )Ú	asunicodeÚasbytesc                 ó   ^ • U 4S jnU$ )z¹Private decorator for overriding __module__ on a function or class.

Example usage::

    @set_module('numpy')
    def example():
        pass

    assert example.__module__ == 'numpy'
c                 ó   >• Tb  TU l         U $ )N)Ú
__module__)ÚfuncÚmodules    €ÚH/var/www/html/venv/lib/python3.13/site-packages/numpy/_utils/__init__.pyÚ	decoratorÚset_module.<locals>.decorator   s   ø€ ØÑØ$ˆDŒOØˆó    © )r	   r   s   ` r
   Ú
set_moduler      s   ø€ õð Ðr   N)Ú__doc__Ú_convertionsr   r   r   r   r   r
   Ú<module>r      s   ðñ÷ -ór   