| Server IP : 217.160.0.135 / Your IP : 216.73.217.85 Web Server : Apache System : Linux www 6.18.52-i1-ampere #1203 SMP Mon Sep 14 18:29:59 CEST 2026 aarch64 User : sws1074145052 ( 1074145052) PHP Version : 8.3.32 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /lib/python3/dist-packages/numpy/f2py/tests/__pycache__/ |
Upload File : |
�
���cc � �: � d dl Z d dlZd dlZddlmZ ej � e j � � dk d�� � ej � ej ej
� � j dk d�� � G d � d
ej � � � � � � Z
ej � e j � � dk d�� � ej � ej ej
� � j dk d�� � G d� dej � � � � � � ZdS )
� N� )�util�DarwinzVProne to error when run with numpy/f2py/tests on mac os, but not when run in isolation)�reason� z32-bit builds are buggyc �. � e Zd ZdZdZde� de� d�Zd� ZdS )�
TestMultiline�.pyf� multiline�
python module z�
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 �
c �D � | j � � � dk sJ �d S �N�* ��module�foo��selfs �G/usr/lib/python3/dist-packages/numpy/f2py/tests/test_semicolon_split.py�test_multilinezTestMultiline.test_multiline% �% � ��{��� � �B�&�&�&�&�&�&� N)�__name__�
__module__�__qualname__�suffix�module_name�coder � r r r r sW � � � � � � �F��K���� � �� � �D�"'� '� '� '� 'r r c �. � e Zd ZdZdZde� de� d�Zd� ZdS )�TestCallstatementr
�
callstatementr aN
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 r
c �D � | j � � � dk sJ �d S r r r s r �test_callstatementz$TestCallstatement.test_callstatementI r r N)r r r r r r r% r r r r"