Файловый менеджер - Редактировать - /opt/imh-python/lib/python3.9/site-packages/Cryptodome/SelfTest/__pycache__/st_common.cpython-39.pyc
Ðазад
a b�h� � @ sD d Z ddlZddlZddlmZ dd� Zdd� Zdd � Zd d� ZdS )z%Common functions for SelfTest modules� N)�bc C s t �� �| �S )z�Return a list of TestCase instances given a TestCase class This is useful when you have defined test* methods on your TestCase class. )�unittestZ TestLoaderZloadTestsFromTestCase)�class_� r ��/root/rpmbuild/BUILDROOT/imh-python39-modules-3.9.7-92.el8.x86_64/opt/imh-python/lib/python3.9/site-packages/Cryptodome/SelfTest/st_common.py�list_test_cases s r c C s2 t | t�rtd�| �� ��S td��| �� �S dS )z,Remove whitespace from a text or byte string� N)� isinstance�strr �join�split��sr r r �strip_whitespace'