o
    ZZh                     @   s&   d dl mZ dd ZejZdd ZdS )    	_internalc                 C   s   ddl m} || ||S )Nr   )ndarray)numpyr   __new__)subtypeshapeZdtyper    r	   C/var/www/auris/lib/python3.10/site-packages/numpy/core/_internal.py_reconstruct   s   r   c                 C   sH   ddl m} ddlm} t|| d }|d u rtd|  || d |S )Nr   r      )_raise_warningz/module 'numpy.core._internal' has no attribute r   )numpy._corer   _utilsr   getattrAttributeError)Z	attr_namer   r   retr	   r	   r
   __getattr__   s   
r   N)r   r   r   Z_dtype_from_pep3118r   r	   r	   r	   r
   <module>   s    