t.p.t.TunnelAddress(FancyStrMixin, object, FancyEqMixin) : class documentation

Part of twisted.pair.tuntap View Source View In Hierarchy

A TunnelAddress represents the tunnel to which a TuntapPort is bound.
Method __init__
Method __getitem__ Deprecated accessor for the tunnel name. Use attributes instead.
Method _typeValue Return the integer value of the type attribute. Used to produce correct results in the equality implementation.

Inherited from FancyStrMixin:

Method __str__ Undocumented

Inherited from FancyEqMixin:

Method __eq__ Undocumented
Method __ne__ Undocumented
@property
def _typeValue(self): (source)
Return the integer value of the type attribute. Used to produce correct results in the equality implementation.
def __init__(self, type, name): (source)
ParameterstypeEither TunnelFlags.IFF_TUN or TunnelFlags.IFF_TAP, representing the type of this tunnel.
nameThe system name of the tunnel. (type: bytes)
def __getitem__(self, index): (source)
Deprecated accessor for the tunnel name. Use attributes instead.
API Documentation for Twisted, generated by pydoctor at 2014-05-12 18:27:00.