Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/numpy/distutils/tests/__pycache__/test_from_template.cpython-39.pyc
Ðазад
a e�hO � @ s4 d dl mZ d dlmZ dZdZdd� Zdd� Zd S ) � )�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 C s d� | �� �S )zu Remove leading and trailing whitespace, and convert internal stretches of whitespace to a single space. � )�join�split)�s� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/numpy/distutils/tests/test_from_template.py�normalize_whitespace s r c C s&