o
    >~#gF                     @   sF   d dl Z d dlZddlmZ d dlmZ ejjG dd dejZ	dS )    N   )util)IS_PYPYc                   @   sL   e Zd ZeddddgZejje	j
dkddejjeddd	d
 ZdS )TestBlockDocStringtestssrcblock_docstringzfoo.fwin32z)Fails with MinGW64 Gfortran (Issue #9673))reasonz,PyPy cannot modify tp_doc after PyType_Readyc                 C   s   d}| j jj|ksJ d S )Nzbar : 'i'-array(2,3)
)moduleblock__doc__)selfexpected r   /var/www/static.ux5.de/https/Moving-Object-Detection-with-OpenCV/env/lib/python3.10/site-packages/numpy/f2py/tests/test_block_docstring.pytest_block_docstring   s   z'TestBlockDocString.test_block_docstringN)__name__
__module____qualname__r   getpathsourcespytestmarkskipifsysplatformxfailr   r   r   r   r   r   r      s    r   )
r   r    r   numpy.testingr   r   slowF2PyTestr   r   r   r   r   <module>   s    