| Server IP : 3.111.61.48 / Your IP : 216.73.216.67 Web Server : Apache System : Linux ip-10-0-5-176 6.8.0-1057-aws #60~22.04.1-Ubuntu SMP Wed May 27 08:16:59 UTC 2026 x86_64 User : ubuntu ( 1000) PHP Version : 8.2.31 Disable Function : exec,passthru,shell_exec,system MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3.10/test/__pycache__/ |
Upload File : |
o
�9j� � @ sJ d Z ddlZddlZddlmZ G dd� dej�Zedkr#e�� dS dS )z?Basic test of the frozen module (source is in Python/frozen.c).� N)�captured_stdoutc @ s e Zd Zdd� ZdS )�
TestFrozenc C sX d}|t jv rt j|= t� �}dd l}W d � n1 sw Y | �|�� d� d S )N� __hello__r z
Hello world!
)�sys�modulesr r �assertEqual�getvalue)�self�name�outr � r �'/usr/lib/python3.10/test/test_frozen.py�test_frozen s
�zTestFrozen.test_frozenN)�__name__�
__module__�__qualname__r r r r r
r s r �__main__) �__doc__r �unittest�test.supportr �TestCaser r �mainr r r r
�<module> s
�