o
    %g                     @   s8   d Z ddlmZ ddlmZ dd Zg dZdd	 Zd
S )z
The `numpy.core` submodule exists solely for backward compatibility
purposes. The original `core` was renamed to `_core` and made private.
`numpy.core` will be removed in the future.
    )_core   )_raise_warningc                 C   s   t | |gd}t||S )N)fromlist)
__import__getattr)modulenamemod r   R/root/parts/websockify/install/lib/python3.10/site-packages/numpy/core/__init__.py_ufunc_reconstruct   s   
r   )
arrayprintdefchararray_dtype_ctypes_dtype
einsumfuncfromnumericfunction_base	getlimits	_internal
multiarray_multiarray_umathnumericnumerictypes	overridesrecords
shape_baseumathc                 C   s   t t| }t|  |S )N)r   r   r   )	attr_nameattrr   r   r   __getattr__   s   
r!   N)__doc__numpyr   _utilsr   r   __all__r!   r   r   r   r   <module>   s    