| Server IP : 209.209.40.120 / Your IP : 216.73.217.112 Web Server : Microsoft-IIS/10.0 System : Windows NT NEWWWW 10.0 build 17763 (Windows Server 2019) i586 User : NEWWWW$ ( 0) PHP Version : 8.3.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : C:/Python312/Lib/site-packages/numpy/f2py/tests/__pycache__/ |
Upload File : |
�
�g� � � � d dl Z d dlZd dlmZ ddlmZ ej j e j � dk( d�� ej j e d�� G d � d
ej � � � Z
ej j e j � dk( d�� ej j e d�� ej j G d� dej � � � � Zy)
� N)�IS_64BIT� )�util�DarwinzVProne to error when run with numpy/f2py/tests on mac os, but not when run in isolation)�reasonz32-bit builds are buggyc �, � e Zd ZdZdZde� de� d�Zd� Zy)�
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 �B � | j j � dk( sJ �y �N�* ��module�foo��selfs �GC:\Python312\Lib\site-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 s5 � � �F��K���m�
� �-� ��D�"'r r c �, � e Zd ZdZdZde� de� d�Zd� Zy)�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 �B � | j j � dk( sJ �y r r r s r �test_callstatementz$TestCallstatement.test_callstatementI r r N)r r r r r r r% r r r r"