o
    >~#gf                     @   sF   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 dejZdS )    N)IS_PYPY   )utilc                   @   sb   e Zd ZeddddeddddeddddgZejjdd Z	ejj
ed	d
dd ZdS )	TestMixedtestssrcmixedzfoo.fzfoo_fixed.f90zfoo_free.f90c                 C   s>   | j  dks	J | j j dksJ | j j dksJ d S )N         )modulebar11	foo_fixedbar12foo_freebar13)self r   /var/www/static.ux5.de/https/Moving-Object-Detection-with-OpenCV/env/lib/python3.10/site-packages/numpy/f2py/tests/test_mixed.pytest_all   s   zTestMixed.test_allz,PyPy cannot modify tp_doc after PyType_Ready)reasonc                 C   s    t d}| jjj|ksJ d S )Nzm        a = bar11()

        Wrapper for ``bar11``.

        Returns
        -------
        a : int
        )textwrapdedentr   r   __doc__)r   expectedr   r   r   test_docstring   s   
	zTestMixed.test_docstringN)__name__
__module____qualname__r   getpathsourcespytestmarkslowr   xfailr   r   r   r   r   r   r   	   s    
r   )	osr   r!   numpy.testingr    r   F2PyTestr   r   r   r   r   <module>   s    