PATH:
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
astroid
/
brain
/
__pycache__
/
Editing: brain_numpy_core_numeric.cpython-311.pyc
� � h] � �Z � d Z ddlZddlmZmZ ddlmZ ddlmZ ddl m Z ddlmZ ddl mZ d � Z e e� � d e� � ddiZe� � � D ]M\ ZZ ej ee� � Z e� � � e e e� � ej ee� � � � �NdS ) z,Astroid hooks for numpy.core.numeric module.� N)�infer_numpy_member�looks_like_numpy_member)�register_module_extender��parse)� inference_tip)�AstroidManager)� Attributec � � t d� � S )Na} # different functions defined in numeric.py import numpy def zeros_like(a, dtype=None, order='K', subok=True, shape=None): return numpy.ndarray((0, 0)) def ones_like(a, dtype=None, order='K', subok=True, shape=None): return numpy.ndarray((0, 0)) def full_like(a, fill_value, dtype=None, order='K', subok=True, shape=None): return numpy.ndarray((0, 0)) r � � �w/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib/python3.11/site-packages/astroid/brain/brain_numpy_core_numeric.py�numpy_core_numeric_transformr s � �� �� � r znumpy.core.numeric�oneszPdef ones(shape, dtype=None, order='C'): return numpy.ndarray([0, 0]))�__doc__� functools�astroid.brain.brain_numpy_utilsr r �astroid.brain.helpersr �astroid.builderr �astroid.inference_tipr �astroid.managerr �astroid.nodes.node_classesr r �METHODS_TO_BE_INFERRED�items�method_name�function_src�partial�inference_function�register_transformr r r �<module>r s_ �� 3� 2� � � � � W� W� W� W� W� W� W� W� :� :� :� :� :� :� !� !� !� !� !� !� /� /� /� /� /� /� *� *� *� *� *� *� 0� 0� 0� 0� 0� 0� � � � � ��N���*�,H�� � � � ,�� � "8�!=�!=�!?�!?� � ��K��*��*�+=�|�L�L���N���'�'��� �(�)�)�� ��1�;�?�?�� � � �� r
SAVE
CANCEL