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 �bJ � @ s, d dl Z d dlZd dlmZ d dlmZmZmZmZ d dl m Z d dlmZ d dl mZmZ e�� Zzej W n eyC dZY nw dZG d d � d �ZG dd� de�ZG d d� dee�ZG dd� dee�ZG dd� dee�ZG dd� dee�Zeed�G dd� de��Zeed�G dd� dee��ZdS )� N)�skipIf)�HostnameAddress�IPv4Address�IPv6Address�UNIXAddress)�nativeString)�platform)�SynchronousTestCase�TestCaseTFc @ s, e Zd Zdd� Zdd� Zdd� Zdd� Zd S ) �AddressTestCaseMixinc C s0 | � | �� | �� k� | �| �� | �� k� dS )a Two different address instances, sharing the same properties are considered equal by C{==} and not considered not equal by C{!=}. Note: When applied via UNIXAddress class, this uses the same filename for both objects being compared. N)� assertTrue�buildAddress�assertFalse��self� r �D/usr/lib/python3/dist-packages/twisted/internet/test/test_address.py�test_addressComparison s z+AddressTestCaseMixin.test_addressComparisonc C �&