| Server IP : 138.197.176.125 / Your IP : 216.73.217.54 Web Server : Apache/2.4.41 (Ubuntu) System : Linux SuiteCRM-8 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.3.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /lib/python3/dist-packages/twisted/internet/test/__pycache__/ |
Upload File : |
U
W[�! � @ s8 d dl mZmZ d dlZd dlZd dlmZ d dlmZm Z m
Z
d dlmZ d dlm
Z
d dlmZ e�� srdZndZz
ej W n ek
r� d ZY nX dZG d
d� de�ZG dd
� d
e�ZG dd� deje�ZG dd� deje�ZG dd� deje�ZG dd� deje�ZG dd� dej�ZG dd� deje�ZdS )� )�division�absolute_importN)�unittest)�IPv4Address�UNIXAddress�IPv6Address��HostnameAddress)�nativeString)�platformz"Platform does not support symlinksz&Platform doesn't support UNIX sockets.c @ 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 s&