| 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� � @ sd d dl Z d dlZd dlZd dlZd dlT G dd� dej�ZG dd� dej�Ze dkr0e�
� dS dS )� N)�*c @ s0 e Zd ZdZdd� Zdd� Zdd� Zdd � Zd
S )�EmptyNodeListTestCasez"Tests for the EmptyNodeList class.c C s� t � }| �|�d�� | �|�d�� | �t�� |d W d � n1 s'w Y | �t��
|d W d � d S 1 sAw Y d S )Nr ���)�
EmptyNodeList�assertIsNone�item�assertRaises�
IndexError��self� node_list� r
�3/usr/lib/python3.10/test/test_xml_dom_minicompat.py�test_emptynodelist_item s
�
"�z-EmptyNodeListTestCase.test_emptynodelist_itemc C sN t � }| �|jd� | �tjj�� d|_W d � d S 1 s w Y d S )Nr �o )r �assertEqual�lengthr �xml�dom�NoModificationAllowedErrr
r
r
r �test_emptynodelist_length s
"�z/EmptyNodeListTestCase.test_emptynodelist_lengthc C s t � t� }| �|t� � d S )N)r �NodeListr r
r
r
r �test_emptynodelist___add__"