Server IP : 209.38.156.173 / Your IP : 216.73.216.122 [ Web Server : Apache/2.4.52 (Ubuntu) System : Linux lakekumayuhotel 5.15.0-136-generic #147-Ubuntu SMP Sat Mar 15 15:53:30 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.1.2-1ubuntu2.22 Disable Function : NONE Domains : 2 Domains MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/lib/python3/dist-packages/twisted/internet/test/__pycache__/ |
Upload File : |
o �b� � @ s0 d Z ddlmZ ddlmZ G dd� de�ZdS )zY Tests for L{twisted.internet.abstract}, a collection of APIs for implementing reactors. � )� isIPv6Address)�SynchronousTestCasec @ s@ e Zd ZdZdd� Zdd� Zdd� Zdd � Zd d� Zdd � Z dS )�IPv6AddressTestszw Tests for L{isIPv6Address}, a function for determining if a particular string is an IPv6 address literal. c C � | � td�� dS )zB The empty string is not an IPv6 address literal. � N��assertFalser ��self� r �E/usr/lib/python3/dist-packages/twisted/internet/test/test_abstract.py� test_empty � zIPv6AddressTests.test_emptyc C r )zA A single C{":"} is not an IPv6 address literal. �:Nr r r r r � test_colon r zIPv6AddressTests.test_colonc C r )z@ C{"::1"} is the IPv6 loopback address literal. z::1N�� assertTruer r r r r � test_loopback r zIPv6AddressTests.test_loopbackc C �. | � td�� | � td�� | � td�� dS )z� An otherwise valid IPv6 address literal may also include a C{"%"} followed by an arbitrary scope identifier. zfe80::1%eth0� fe80::2%1zfe80::3%en2Nr r r r r �test_scopeID&