관리-도구
편집 파일: test_semicolon_split.cpython-311.pyc
� �܋fc � �: � 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.6/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"