HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: //lib/python3/dist-packages/numpy/f2py/tests/__pycache__/test_semicolon_split.cpython-310.pyc
o

6��a��@s�ddlZddlZddlmZddlmZejje��dkdd�Gdd	�d	ej	��Z
ejje��dkdd�Gd
d�dej	��ZdS)�N�)�util)�assert_equal�DarwinzVProne to error when run with numpy/f2py/tests on mac os, but not when run in isolation)�reasonc@�(eZdZdZdZdjed�Zdd�ZdS)�
TestMultiline�.pyf�	multilinea
python module {module}
    usercode '''
void foo(int* x) {{
    char dummy = ';';
    *x = 42;
}}
'''
    interface
        subroutine foo(x)
            intent(c) foo
            integer intent(out) :: x
        end subroutine foo
    end interface
end python module {module}
    ��modulecC�t|j��d�dS�N�*�rr�foo��self�r�G/usr/lib/python3/dist-packages/numpy/f2py/tests/test_semicolon_split.py�test_multiline�zTestMultiline.test_multilineN)�__name__�
__module__�__qualname__�suffix�module_name�format�coderrrrrrs�rc@r)�TestCallstatementr	�
callstatementav
python module {module}
    usercode '''
void foo(int* x) {{
}}
'''
    interface
        subroutine foo(x)
            intent(c) foo
            integer intent(out) :: x
            callprotoargument int*
            callstatement {{ &
                ; &
                x = 42; &
            }}
        end subroutine foo
    end interface
end python module {module}
    rcCr
rrrrrr�test_callstatement>rz$TestCallstatement.test_callstatementN)rrrrrrrr!rrrrr#s�r)�platform�pytest�r�
numpy.testingr�mark�skipif�system�F2PyTestrrrrrr�<module>s
�
�