관리-도구
편집 파일: brain_numpy_ma.cpython-311.pyc
� �܋f� � �^ � d Z ddlmZ ddlmZ ddlmZ d� Z e e� � de� � dS )z"Astroid hooks for numpy ma module.� )�register_module_extender��parse)�AstroidManagerc � � t d� � S )z} Infer the call of various numpy.ma functions. :param node: node to infer :param context: inference context z� import numpy.ma def masked_where(condition, a, copy=True): return numpy.ma.masked_array(a, mask=[]) def masked_invalid(a, copy=True): return numpy.ma.masked_array(a, mask=[]) r � � �m/builddir/build/BUILD/cloudlinux-venv-1.0.6/venv/lib/python3.11/site-packages/astroid/brain/brain_numpy_ma.py�numpy_ma_transformr s � � � � � � r znumpy.maN)�__doc__�astroid.brain.helpersr �astroid.builderr �astroid.managerr r r r r �<module>r sx �� )� (� :� :� :� :� :� :� !� !� !� !� !� !� *� *� *� *� *� *�� � �&