class documentation

class SSHTransportAddress(util.FancyEqMixin): (source)

Implements interfaces: twisted.internet.interfaces.IAddress

View In Hierarchy

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.

Instance Variable address An instance of an object which implements IAddress to which this transport address is connected.
Class Variable compareAttributes Undocumented
Method __init__ Undocumented
Method __repr__ Undocumented
Method __hash__ Undocumented

Inherited from FancyEqMixin:

Method __eq__ Undocumented
Method __ne__ Undocumented
address = (source)
An instance of an object which implements IAddress to which this transport address is connected.
compareAttributes = (source)

Undocumented

(type: tuple[str, ...])
def __init__(self, address): (source)

Undocumented

def __repr__(self): (source)

Undocumented

ReturnsUndocumented (type: str)
def __hash__(self): (source)

Undocumented

API Documentation for Twisted, generated by pydoctor 21.2.0 at 2021-02-28 21:00:42.