Uname : Linux premium36.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
Soft : LiteSpeed
Ip : 198.54.115.237
Port : 443
~
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
f2py
/
tests
/
__pycache__
[ HOME ]
Exec
Submit
File Name : test_semicolon_split.cpython-311.pyc
� � hc � �: � 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 �x/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib64/python3.11/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 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"