/usr/lib/python3/dist-packages/twisted/conch/ssh/__pycache__
Edit: /usr/lib/python3/dist-packages/twisted/conch/ssh/__pycache__/address.cpython-310.pyc (1543B)
o
bN @ sF d Z ddlmZ ddlmZ ddlmZ eeG dd dejZdS )zT
Address object for SSH network connections.
Maintainer: Paul Swartz
@since: 12.1
)implementer)IAddress)utilc @ s2 e Zd ZdZdZdd ZdefddZdd Zd
S )SSHTransportAddressa
Object representing an SSH Transport endpoint.
This is used to ensure that any code inspecting this address and
attempting to construct a similar connection based upon it is not
mislead into creating a transport which is not similar to the one it is
indicating.
@ivar address: An instance of an object which implements I{IAddress} to
which this transport address is connected.
addressc C s
|| _ d S )Nr )selfr r ;/usr/lib/python3/dist-packages/twisted/conch/ssh/address.py__init__$ s
zSSHTransportAddress.__init__returnc C s d| j dS )NzSSHTransportAddress()r r r r r
__repr__' zSSHTransportAddress.__repr__c C s t d| jfS )NSSH)hashr r r r r
__hash__* r zSSHTransportAddress.__hash__N) __name__
__module____qualname____doc__compareAttributesr strr r r r r r
r s r N) r zope.interfacer twisted.internet.interfacesr twisted.pythonr FancyEqMixinr r r r r
s