
    Ng_                     d    d dl Z d dlZd dlZd dlZddlmZ d dlmZ  G d dej                  Z	dS )    N   )util)IS_PYPYc                       e Zd Z ej        dddd          gZej                            e	j
        dk    d          ej                            ed          d	                         Zd
S )TestModuleDocStringtestssrcmodule_datazmodule_data_docstring.f90win32z)Fails with MinGW64 Gfortran (Issue #9673))reasonz,PyPy cannot modify tp_doc after PyType_Readyc                 X    | j         j        j        t          j        d          k    sJ d S )Nz                     i : 'i'-scalar
                     x : 'i'-array(4)
                     a : 'f'-array(2,3)
                     b : 'f'-array(-1,-1), not allocated 
                     foo()

                     Wrapper for ``foo``.

)modulemod__doc__textwrapdedent)selfs    \/var/www/html/ai-engine/env/lib/python3.11/site-packages/numpy/f2py/tests/test_module_doc.pytest_module_docstringz)TestModuleDocString.test_module_docstring   s?    
 {&(/ ;1 +2 +2 2 2 2 2 2 2    N)__name__
__module____qualname__r   getpathsourcespytestmarkskipifsysplatformxfailr   r    r   r   r   r   
   s        We]0	2 	2G
 [/J  L L[wL  N N2 2N NL L2 2 2r   r   )
osr   r   r    r   numpy.testingr   F2PyTestr   r"   r   r   <module>r'      s    				 



         ! ! ! ! ! !2 2 2 2 2$- 2 2 2 2 2r   